Organize nginx config files (#449)

pull/386/head^2
Corry Haines 2023-01-19 12:11:54 -08:00 zatwierdzone przez GitHub
rodzic 536f0a4488
commit ec85060df8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
5 zmienionych plików z 3 dodań i 3 usunięć

1
docker/.gitignore vendored
Wyświetl plik

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

Wyświetl plik

@ -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

Wyświetl plik

@ -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 100644
Wyświetl plik

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