diff --git a/conf/nginx.conf b/conf/nginx.conf index dce949e..7e1118b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,8 @@ location YNH_WWW_LOCATION { rewrite ^ https://$server_name$request_uri? permanent; } client_max_body_size 10G; + client_body_timeout 30m; + proxy_read_timeout 30m; index index.php; try_files $uri $uri/ index.php;