Skip to content

Commit

Permalink
fix content generator test
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 authored and ForestEckhardt committed Mar 20, 2023
1 parent 4bd563f commit ef21011
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion default_config_generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,21 @@ error_log stderr;
# For responses above a certain length
gzip_min_length 1100;
# That are one of the following MIME types
gzip_types text/plain text/css text/js text/xml text/javascript application/javascript application/x-javascript application/json application/xml application/xml+rss;
gzip_types
text/plain
text/css
text/js
text/xml
text/javascript
application/javascript
application/x-javascript
application/json
application/xml
application/xml+rss
font/eot
font/otf
font/ttf
image/svg+xml;
# Compress responses to a medium degree
gzip_comp_level 6;
# Using 16 buffers of 8k bytes each
Expand Down

0 comments on commit ef21011

Please sign in to comment.