mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 23:20:38 +08:00
Merge pull request #1276 from palashgdev/414-uri
feat: nginx uri issue is handled by increasing buffers
This commit is contained in:
commit
0b36da714f
@ -11,6 +11,11 @@ server {
|
||||
gzip_buffers 16 8k;
|
||||
gzip_http_version 1.1;
|
||||
|
||||
# to handle uri issue 414 from nginx
|
||||
client_max_body_size 24M;
|
||||
|
||||
large_client_header_buffers 8 16k;
|
||||
|
||||
location / {
|
||||
if ( $uri = '/index.html' ) {
|
||||
add_header Cache-Control no-store always;
|
||||
|
Loading…
x
Reference in New Issue
Block a user