!LOCAL Increase request timeout to 600 seconds

This commit is contained in:
2024-04-29 16:31:42 -04:00
parent df55484e5a
commit 551a6b1984
2 changed files with 9 additions and 4 deletions

View File

@@ -71,10 +71,10 @@ http {
# and include that list explicitly or add the file extension
# only for Nextcloud like below:
include mime.types;
#types {
# text/javascript js mjs;
# application/wasm wasm;
#}
types {
text/javascript js mjs;
application/wasm wasm;
}
# Specify how to handle directories -- specifying `/index.php$request_uri`
# here as the fallback means that Nginx always exhibits the desired behaviour
@@ -154,6 +154,7 @@ http {
fastcgi_request_buffering off;
fastcgi_max_temp_file_size 0;
fastcgi_read_timeout 600;
}
# Serve static files