diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-04 13:03:45 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-03-04 13:03:45 +0100 |
commit | aa0593233ec2470120b2655f3ba2ac28d7a4c5ee (patch) | |
tree | a50dd1a5ef929bab9a45b5fe0c1a723adfa40f94 /roles | |
parent | 78d31cce2c3a93e29f66547b694acfd3064144db (diff) |
install nginx
Diffstat (limited to 'roles')
-rw-r--r-- | roles/install_nginx/files/nginx.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/install_nginx/files/nginx.conf b/roles/install_nginx/files/nginx.conf index c27e4c1..12e9948 100644 --- a/roles/install_nginx/files/nginx.conf +++ b/roles/install_nginx/files/nginx.conf @@ -17,9 +17,7 @@ http { access_log off; error_log /var/log/nginx/error.log; - #gzip on; gzip off; - gzip_disable "msie6"; charset UTF-8; |