Skip to content

Commit

Permalink
Merge pull request #364 from MerginMaps/fix_gzip
Browse files Browse the repository at this point in the history
Simplify gzip settings to avoaid clash with API responses
  • Loading branch information
MarcelGeo authored Jan 24, 2025
2 parents b3bf9fe + 035f546 commit 566158a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions ssl-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,12 @@
gzip_min_length 10240;
gzip_comp_level 1;
gzip_vary on;
gzip_proxied expired no-cache no-store private auth;
gzip_proxied any;
gzip_types
text/css
text/javascript
text/xml
text/plain
text/x-component
application/javascript
application/x-javascript
application/json
application/xml
application/rss+xml
application/atom+xml
font/truetype
font/opentype
application/vnd.ms-fontobject
image/svg+xml;
application/x-javascript;

# Prevent crawlers from indexing and following links for all content served from the mergin app
add_header X-Robots-Tag "none";
Expand Down

0 comments on commit 566158a

Please sign in to comment.