mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
load modules
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
58a9905013
commit
93ca0c0c3c
|
@ -1,3 +1,5 @@
|
||||||
|
include /etc/nginx/modules-enabled/*;
|
||||||
|
|
||||||
user www-data;
|
user www-data;
|
||||||
|
|
||||||
worker_processes 2;
|
worker_processes 2;
|
||||||
|
|
|
@ -159,3 +159,5 @@ server {
|
||||||
end';
|
end';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vi: ft=nginx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user