mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2026-02-10 11:50:03 +00:00
roles/nginx: made idempotent
This commit is contained in:
@@ -2,7 +2,7 @@ user www-data;
|
||||
worker_processes auto;
|
||||
include /etc/nginx/modules-enabled/*.conf;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user