This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
php memory limit
master
Markus Katharina Brechtel
4 years ago
parent
e659f03396
commit
85655c6678
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yml
+10
-0
tasks/php.yaml
+ 1
- 0
tasks/main.yml
View File
@@ -52,6 +52,7 @@
- import_tasks: certificate.yml
- import_tasks: php.yaml
- import_tasks: apache2.yml
- import_tasks: cron.yml
+ 10
- 0
tasks/php.yaml
View File
@@ -0,0 +1,10 @@
---
- name: php memory limit
ini_file:
path: /etc/php/7.3/apache2/php.ini
section: PHP
option: memory_limit
value: '512M'
backup: yes
notify: restart apache2
Write
Preview
Loading…
Cancel
Save