Change php memory to 512, and execution limit to 300
This commit is contained in:
parent
4e50257a63
commit
6d37d4ae78
3
www.conf
3
www.conf
@ -7,3 +7,6 @@ pm.max_spare_servers = 10
|
||||
pm.min_spare_servers = 5
|
||||
pm.start_servers = 10
|
||||
user = www-data
|
||||
prefix = /var/www/html
|
||||
php_admin_value[memory_limit] = 512M
|
||||
php_admin_value[max_execution_time] = 300
|
||||
|
Loading…
x
Reference in New Issue
Block a user