We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4f98 commit aeeeba2Copy full SHA for aeeeba2
2 files changed
openlitespeed_wordpress/roles/php/defaults/main.yml
@@ -7,6 +7,7 @@ php_opt_modules:
7
- "intl"
8
- "opcache"
9
- "tidy"
10
+php_max_execution_time: "120"
11
php_memory_limit: "256"
12
php_upload_max_filesize: "128M"
13
php_post_max_size: "128M"
openlitespeed_wordpress/vars/default.yml
@@ -13,7 +13,7 @@ php_opt_modules:
14
15
16
-php_max_execution_time: "60"
17
18
19
0 commit comments