Update nginx role

- Switch "worker_processes" to "auto"
- Disable "server_tokens" globally
- Change formatting for readability
This commit is contained in:
Alexander Dietrich 2017-02-05 16:12:39 +01:00
commit eed7317b0c
4 changed files with 41 additions and 39 deletions

View file

@ -6,7 +6,7 @@
owner=root
group=root
mode=0644
notify: reload nginx config
notify: reload nginx
tags:
- nginx
- website
@ -28,7 +28,7 @@
group=root
mode=0644
state=link
notify: reload nginx config
notify: reload nginx
tags:
- nginx
- website