Merge branch 'develop' into develop

This commit is contained in:
Palash 2022-06-22 23:47:16 +05:30 committed by GitHub
commit 7eed865660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

2
.github/CODEOWNERS vendored
View File

@ -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

View File

@ -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;