wordpress: add customizable php.ini
This commit is contained in:
5
roles/wordpress/templates/php.ini.j2
Normal file
5
roles/wordpress/templates/php.ini.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
; {{ ansible_managed }}
|
||||
|
||||
memory_limit = {{ wordpress_php_memory_limit }}
|
||||
post_max_size = {{ wordpress_php_post_max_size }}
|
||||
upload_max_filesize = {{ wordpress_php_upload_max_filesize }}
|
||||
Reference in New Issue
Block a user