Update nginx role
- Switch "worker_processes" to "auto" - Disable "server_tokens" globally - Change formatting for readability
This commit is contained in:
parent
9ff6b69b82
commit
eed7317b0c
4 changed files with 41 additions and 39 deletions
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
|
||||
- name: reload nginx config
|
||||
service: name=nginx state=reloaded
|
||||
- name: reload nginx
|
||||
service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue