diff --git a/nginx.conf b/nginx.conf index 8466fd86c..28280eacb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,7 +12,13 @@ proxy_cache_path /var/cache/nginx/api levels=1:2 keys_zone=API_CACHE:10m inactiv server { listen 80 default_server; - + + # Large cookie support + large_client_header_buffers 4 32k; + proxy_buffer_size 32k; + proxy_busy_buffers_size 48k; + proxy_buffers 4 32k; + # Logging access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log;