Skip to content

Commit

Permalink
feat: update buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Nov 7, 2024
1 parent 0769527 commit 842e985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,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_buffers 8 32k;
proxy_buffer_size 64k;
}
}

0 comments on commit 842e985

Please sign in to comment.