Skip to content

Commit

Permalink
nginxのヘッダーサイズをおおきく
Browse files Browse the repository at this point in the history
  • Loading branch information
sion908 committed Oct 28, 2024
1 parent 6883c8e commit dbafbd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ server {
proxy_set_header Host $host:$proxy_port;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffers 8 16k;
proxy_buffer_size 32k;
}
}

0 comments on commit dbafbd9

Please sign in to comment.