Organize nginx config files (#449)
This commit is contained in:
parent
536f0a4488
commit
ec85060df8
|
@ -1 +0,0 @@
|
||||||
nginx.rendered.conf
|
|
|
@ -40,7 +40,7 @@ COPY docker/mime.types /etc/mime.types
|
||||||
|
|
||||||
# Configure nginx
|
# Configure nginx
|
||||||
COPY docker/nginx.conf /etc/nginx/
|
COPY docker/nginx.conf /etc/nginx/
|
||||||
COPY docker/default.conf.tpl /etc/nginx/conf.d
|
COPY docker/nginx.conf.d/* /etc/nginx/conf.d
|
||||||
|
|
||||||
COPY . /takahe
|
COPY . /takahe
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
daemon off;
|
daemon off;
|
||||||
error_log /dev/stdout info;
|
error_log /dev/stdout warn;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 4096;
|
worker_connections 4096;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
*.development.conf
|
Loading…
Reference in New Issue