File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ server {
21
21
ssl_prefer_server_ciphers on ;
22
22
add_header Strict-Transport-Security max-age=60000;
23
23
24
- gzip on ;
25
- gzip_http_version 1.1 ;
26
- gzip_static on ;
27
- gzip_vary on ;
28
- gzip_comp_level 6 ;
29
- gzip_proxied any;
30
- gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
24
+ gzip on ;
25
+ gzip_http_version 1.1 ;
26
+ gzip_static on ;
27
+ gzip_vary on ;
28
+ gzip_comp_level 6 ;
29
+ gzip_proxied any;
30
+ gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
31
31
32
32
if ($host !~* ^({{ pillar['domain'] }}|www.{{ pillar['domain'] }})$ ) {
33
33
# Deny non-matching Host headers
You can’t perform that action at this time.
0 commit comments