mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:49:00 +08:00
feat: nginx uri issue is handled by increasing buffers
This commit is contained in:
parent
7b315c6766
commit
9885572842
@ -11,6 +11,16 @@ server {
|
||||
gzip_buffers 16 8k;
|
||||
gzip_http_version 1.1;
|
||||
|
||||
# to handle uri issue 414 from nginx
|
||||
fastcgi_buffers 8 16k;
|
||||
fastcgi_buffer_size 32k;
|
||||
|
||||
client_max_body_size 24M;
|
||||
client_body_buffer_size 128k;
|
||||
|
||||
client_header_buffer_size 5120k;
|
||||
large_client_header_buffers 16 5120k;
|
||||
|
||||
location / {
|
||||
if ( $uri = '/index.html' ) {
|
||||
add_header Cache-Control no-store always;
|
||||
|
Loading…
x
Reference in New Issue
Block a user