Skip to content

Commit

Permalink
Merge pull request #5398 from nextcloud/enn/noid/adjust-config
Browse files Browse the repository at this point in the history
nginx: adjust configs
  • Loading branch information
szaimen authored Oct 9, 2024
2 parents 0250098 + bf8395c commit 1050095
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,9 @@ server {
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Accept-Encoding "";
proxy_set_header Host $host;
client_body_buffer_size 512k;
proxy_request_buffering off;
proxy_read_timeout 86400s;
client_max_body_size 0;
Expand Down

0 comments on commit 1050095

Please sign in to comment.