We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16a56d commit d6c71b5Copy full SHA for d6c71b5
build/nginx/deploy.conf
@@ -20,7 +20,7 @@ server {
20
fastcgi_param SCRIPT_FILENAME $symfonyRoot/$symfonyScript;
21
fastcgi_param SCRIPT_NAME /udoit3/$symfonyScript;
22
fastcgi_param REQUEST_URI /udoit3$uri?$args;
23
- fastcgi_read_timeout 180;
+ fastcgi_read_timeout 300;
24
}
25
26
# return 404 for all other php files not matching the front controller
build/nginx/php-custom.ini
@@ -1,4 +1,4 @@
1
-max_execution_time = 180
2
-memory_limit = 800M
+max_execution_time = 300
+memory_limit = 3500M
3
upload_max_filesize = 10M
4
post_max_size = 10M
0 commit comments