Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx

This commit is contained in:
nd 2021-09-01 02:01:35 +02:00
commit 1b8b91d980
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,4 @@
access_log /var/log/nginx/access.log; log_format vcombined '$host:$server_port $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"';
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log vcombined;
error_log /var/log/nginx/error.log warn;

View file

@ -22,6 +22,7 @@
pkg: pkg:
- nginx - nginx
- libnginx-mod-http-headers-more-filter - libnginx-mod-http-headers-more-filter
- goaccess
notify: notify:
- delete nginx index.nginx-debian.html - delete nginx index.nginx-debian.html
- restart nginx - restart nginx