Many minor changes

This commit is contained in:
Emilien Mantel
2015-11-03 14:44:14 +01:00
parent a0a6e35a3a
commit 6be44c7da8
8 changed files with 15 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
user {{ nginx_user }};
worker_processes {{ nginx_worker_processes }};
pid /run/nginx.pid;
pid {{ nginx_pid }};
events {
{% for key, value in nginx_events.iteritems() %}