Skip to content

Commit

Permalink
static: adjust nginx for receive large cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Nov 29, 2023
1 parent dc0f1a1 commit 8456a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/etc/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ http {
include mime.types;
default_type application/octet-stream;
types_hash_max_size 2048;
client_header_buffer_size 32k;
large_client_header_buffers 32 32k;
server_tokens off;

sendfile on;
Expand Down

0 comments on commit 8456a4a

Please sign in to comment.