wordpress: support configuring php timeouts
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
memory_limit = {{ wordpress_php_memory_limit }}
|
||||
post_max_size = {{ wordpress_php_post_max_size }}
|
||||
upload_max_filesize = {{ wordpress_php_upload_max_filesize }}
|
||||
max_execution_time = {{ wordpress_php_max_execution_time }}
|
||||
max_input_time = {{ wordpress_php_max_input_time }}
|
||||
|
||||
Reference in New Issue
Block a user