mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
Augmenter les valeurs du timeout PHP
This commit is contained in:
parent
8f0872d93d
commit
0cf49830c0
2 changed files with 5 additions and 4 deletions
|
@ -64,9 +64,9 @@ location __PATHTOCHANGE__ {
|
|||
fastcgi_buffers 64 8k;
|
||||
fastcgi_busy_buffers_size 8k;
|
||||
fastcgi_connect_timeout 300;
|
||||
fastcgi_read_timeout 30s;
|
||||
fastcgi_send_timeout 300s;
|
||||
client_max_body_size 10m;
|
||||
fastcgi_read_timeout 300;
|
||||
fastcgi_send_timeout 300;
|
||||
client_max_body_size 30m;
|
||||
}
|
||||
|
||||
#--PRIVATE--# Include SSOWAT user panel.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
upload_max_filesize=30M
|
||||
post_max_size=300M
|
||||
max_execution_time=600
|
||||
request_terminate_timeout = 300
|
Loading…
Add table
Reference in a new issue