mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Update nginx.conf
This commit is contained in:
parent
8678ff03d5
commit
563942a986
2
dist/nginx.conf
vendored
2
dist/nginx.conf
vendored
|
|
@ -69,8 +69,6 @@ server {
|
|||
proxy_buffer_size 16k; # (default 8k)
|
||||
proxy_buffers 8 16k; # (default 8 8k)
|
||||
proxy_busy_buffers_size 32k; # (default 8k|16k)
|
||||
client_header_buffer_size 2k; # Inbound headers/cookies (default 1k)
|
||||
large_client_header_buffers 4 16k; # (default 4 8k)
|
||||
|
||||
location / {
|
||||
try_files $uri @proxy;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user