Commit 56d87fa0 authored by Owain Jones's avatar Owain Jones
Browse files

increasing size of client header buffers, allows for longer cookies to be sent

parent 66f3dcf7
...@@ -29,7 +29,7 @@ http { ...@@ -29,7 +29,7 @@ http {
client_body_buffer_size 1k; client_body_buffer_size 1k;
client_header_buffer_size 1k; client_header_buffer_size 1k;
client_max_body_size 8192k; # uploads limited to 8MB... client_max_body_size 8192k; # uploads limited to 8MB...
large_client_header_buffers 2 1k; large_client_header_buffers 4 32k;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;
default_type application/octet-stream; default_type application/octet-stream;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment