Organize nginx config files (#449)

This commit is contained in:
Corry Haines 2023-01-19 12:11:54 -08:00 committed by GitHub
parent 536f0a4488
commit ec85060df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

1
docker/.gitignore vendored
View file

@ -1 +0,0 @@
nginx.rendered.conf

View file

@ -40,7 +40,7 @@ COPY docker/mime.types /etc/mime.types
# Configure 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

View file

@ -1,5 +1,5 @@
daemon off;
error_log /dev/stdout info;
error_log /dev/stdout warn;
events {
worker_connections 4096;

1
docker/nginx.conf.d/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.development.conf