forked from FF-RGB/ansible
nginx: enable gzip for proxied responses
This commit is contained in:
parent
462a1128ff
commit
e601249cb4
@ -56,12 +56,12 @@ http {
|
||||
|
||||
gzip on;
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
gzip_vary on;
|
||||
gzip_proxied any;
|
||||
# gzip_comp_level 6;
|
||||
# gzip_buffers 16 8k;
|
||||
# gzip_http_version 1.1;
|
||||
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
|
||||
|
||||
##
|
||||
# Virtual Host Configs
|
||||
|
Loading…
Reference in New Issue
Block a user