Improve working locally

This commit is contained in:
2021-10-08 22:27:02 +01:00
parent f0d662a6a1
commit 5d8de31f25
4 changed files with 38 additions and 27 deletions

7
nginx/generate_conf.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
set -eu
envsubst '${DOMAIN}' < /etc/nginx/conf.d/nginx.conf.template > /etc/nginx/nginx.conf
# exec "$@"