Skip to content

Commit 9302688

Browse files
committed
chore: also document keepalive_timeout for nginx-root.conf
Signed-off-by: Simon L. <szaimen@e.mail.de>
1 parent 9e86e3e commit 9302688

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

admin_manual/installation/nginx-root.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ server {
6161

6262
# Proxy and client response timeouts
6363
# Uncomment an increase these if facing timeout errors during large file uploads
64+
#keepalive_timeout 60s;
6465
#proxy_connect_timeout 60s;
6566
#proxy_send_timeout 60s;
6667
#proxy_read_timeout 60s;

admin_manual/installation/nginx-subdir.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ server {
8888

8989
# Proxy and client response timeouts
9090
# Uncomment an increase these if facing timeout errors during large file uploads
91+
#keepalive_timeout 60s;
9192
#proxy_connect_timeout 60s;
9293
#proxy_send_timeout 60s;
9394
#proxy_read_timeout 60s;

0 commit comments

Comments
 (0)