Skip to content

Commit

Permalink
better comment for proxy buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 23, 2024
1 parent f34696a commit 3a00470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

# increase size of proxied response for returning larger responses (files, etc.)
# increase size of response buffers for returning larger responses
# (small-medium files, large JSON responses, etc.)
proxy_buffers 64 4k;

proxy_ignore_client_abort on;

0 comments on commit 3a00470

Please sign in to comment.