We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e86e3e commit 9302688Copy full SHA for 9302688
2 files changed
admin_manual/installation/nginx-root.conf.sample
@@ -61,6 +61,7 @@ server {
61
62
# Proxy and client response timeouts
63
# Uncomment an increase these if facing timeout errors during large file uploads
64
+ #keepalive_timeout 60s;
65
#proxy_connect_timeout 60s;
66
#proxy_send_timeout 60s;
67
#proxy_read_timeout 60s;
admin_manual/installation/nginx-subdir.conf.sample
@@ -88,6 +88,7 @@ server {
88
89
90
91
92
93
94
0 commit comments