mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
note on proxy_read_timeout
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
946e214eb4
commit
e845fd24a2
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 3600; # set it to the same value as this env: https://github.com/nextcloud/all-in-one#how-to-adjust-the-max-execution-time-for-nextcloud
|
||||
client_max_body_size 0;
|
||||
|
||||
# Websocket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue