mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
chore: 🔧 414 issue fix for large request URI (#1594)
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
cc3f36b62b
commit
a3f11184e4
@ -13,7 +13,7 @@ server {
|
|||||||
|
|
||||||
# to handle uri issue 414 from nginx
|
# to handle uri issue 414 from nginx
|
||||||
client_max_body_size 24M;
|
client_max_body_size 24M;
|
||||||
large_client_header_buffers 8 16k;
|
large_client_header_buffers 8 128k;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
if ( $uri = '/index.html' ) {
|
if ( $uri = '/index.html' ) {
|
||||||
|
|||||||
@ -13,7 +13,7 @@ server {
|
|||||||
|
|
||||||
# to handle uri issue 414 from nginx
|
# to handle uri issue 414 from nginx
|
||||||
client_max_body_size 24M;
|
client_max_body_size 24M;
|
||||||
large_client_header_buffers 8 16k;
|
large_client_header_buffers 8 128k;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
if ( $uri = '/index.html' ) {
|
if ( $uri = '/index.html' ) {
|
||||||
|
|||||||
@ -13,7 +13,7 @@ server {
|
|||||||
|
|
||||||
# to handle uri issue 414 from nginx
|
# to handle uri issue 414 from nginx
|
||||||
client_max_body_size 24M;
|
client_max_body_size 24M;
|
||||||
large_client_header_buffers 8 16k;
|
large_client_header_buffers 8 128k;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user