mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 10:00:47 +08:00
Merge pull request #1809 from nextcloud/nginx-timeout-note
note on proxy_read_timeout
This commit is contained in:
commit
570b4820f8
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ server {
|
|||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_read_timeout 86400s;
|
||||
client_max_body_size 0;
|
||||
|
||||
# Websocket
|
||||
|
|
Loading…
Reference in a new issue