Optimized performace by disabling acces log and activating gzip

This commit is contained in:
2021-01-01 21:44:34 +01:00
parent 70169030e0
commit 0a379b17c8
3 changed files with 9 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
mode: 0755
- name: create nginx config file
template: src=nginx.conf dest=/etc/nginx/nginx.conf
template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf
notify: restart nginx
- name: flush nginx service