Skip to content

Commit

Permalink
gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 11, 2023
1 parent 398a057 commit ae0678f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storage/app/nginx/templates/site-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
root [root];

gzip on;
gzip_types text/plain application/xml;
gzip_types text/plain application/javascript application/x-javascript text/javascript text/xml text/css;
gzip_proxied no-cache no-store private expired auth;

ssl_certificate [ssl_certificate];
Expand Down
2 changes: 1 addition & 1 deletion storage/app/nginx/templates/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
root [root];

gzip on;
gzip_types text/plain application/xml;
gzip_types text/plain application/javascript application/x-javascript text/javascript text/xml text/css;
gzip_proxied no-cache no-store private expired auth;

add_header X-Frame-Options "SAMEORIGIN";
Expand Down

0 comments on commit ae0678f

Please sign in to comment.