load modules

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-02-26 16:20:55 -08:00
parent 58a9905013
commit 93ca0c0c3c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
include /etc/nginx/modules-enabled/*;
user www-data;
worker_processes 2;

View File

@ -159,3 +159,5 @@ server {
end';
}
}
# vi: ft=nginx