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 | |
parent | 78d31cce2c3a93e29f66547b694acfd3064144db (diff) |
install nginx
-rw-r--r-- | roles/install_nginx/files/nginx.conf | 2 | ||||
-rw-r--r-- | setup_fastd.yml | 2 |
2 files changed, 1 insertions, 3 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; diff --git a/setup_fastd.yml b/setup_fastd.yml index 9e2479c..38f68c8 100644 --- a/setup_fastd.yml +++ b/setup_fastd.yml @@ -10,7 +10,7 @@ #- install_ssmtp - install_cronie - install_php - #- install_nginx + - install_nginx - install_ntp - install_haveged - setup_batman |