Skip to content

Commit

Permalink
Fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Oct 10, 2024
1 parent 91abbe0 commit 5a91862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose/nginx/templates/bb.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {
# # Enable XSS protection
add_header X-XSS-Protection "1;mode=block";

# Enable gziped format
# Enable gzipped format
#gzip on; already on in main conf
# Set level of compression
gzip_comp_level 3;
Expand Down Expand Up @@ -86,7 +86,6 @@ server {
proxy_pass http://master-web:8010/ws;
proxy_read_timeout 6000s;
}


#FIXME: CrossReference not in DEV. ProxyPass for PROD?
# Cross-reference
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/nginx/templates/ci.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ server {
max_ranges 1;
msie_padding off;

# Enable gziped format
# Enable gzipped format
#gzip on; already on in main conf
# Set level of compression
gzip_comp_level 3;
Expand Down

0 comments on commit 5a91862

Please sign in to comment.