mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 13:39:01 +08:00
chore: 🔧 Add 414 issue fix for Frontend default.conf and Swarm
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
c9139c5236
commit
05de0ccba5
@ -11,6 +11,10 @@ server {
|
|||||||
gzip_buffers 16 8k;
|
gzip_buffers 16 8k;
|
||||||
gzip_http_version 1.1;
|
gzip_http_version 1.1;
|
||||||
|
|
||||||
|
# to handle uri issue 414 from nginx
|
||||||
|
client_max_body_size 24M;
|
||||||
|
large_client_header_buffers 8 16k;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
if ( $uri = '/index.html' ) {
|
if ( $uri = '/index.html' ) {
|
||||||
add_header Cache-Control no-store always;
|
add_header Cache-Control no-store always;
|
||||||
|
@ -11,6 +11,10 @@ server {
|
|||||||
gzip_buffers 16 8k;
|
gzip_buffers 16 8k;
|
||||||
gzip_http_version 1.1;
|
gzip_http_version 1.1;
|
||||||
|
|
||||||
|
# to handle uri issue 414 from nginx
|
||||||
|
client_max_body_size 24M;
|
||||||
|
large_client_header_buffers 8 16k;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user