mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-04 18:00:38 +08:00
Merge branch 'develop' into develop
This commit is contained in:
commit
7eed865660
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -2,5 +2,5 @@
|
|||||||
# Owners are automatically requested for review for PRs that changes code
|
# Owners are automatically requested for review for PRs that changes code
|
||||||
# that they own.
|
# that they own.
|
||||||
* @ankitnayan
|
* @ankitnayan
|
||||||
/frontend/ @palash-signoz @pranshuchittora
|
/frontend/ @palashgdev @pranshuchittora
|
||||||
/deploy/ @prashant-shahi
|
/deploy/ @prashant-shahi
|
||||||
|
@ -11,6 +11,11 @@ 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user