diff --git a/hidche/web/default.conf b/hidche/web/default.conf index 56abf98..6fdd3f0 100644 --- a/hidche/web/default.conf +++ b/hidche/web/default.conf @@ -32,13 +32,14 @@ server { location / { location ~ \.php$ { include fastcgi_params; + proxy_read_timeout 600; fastcgi_pass app:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } } - + # deny access to .htaccess files, if Apache's document root # concurs with nginx's one