Nginx now uses template syntax for easier config

This commit is contained in:
Jef Roosens 2021-01-09 15:15:22 +01:00
parent 69fadcbbed
commit 929d1e2cf4
8 changed files with 114 additions and 47 deletions

12
nginx/.env.example Normal file
View file

@ -0,0 +1,12 @@
# Main domain; also name of certificate
MAIN_DOMAIN=
# Comma-separated list of other domains which also arrive here
DOMAINS=
# Admin email; used for certificates
EMAIL=
# HTTP(S) Port
HTTP_PORT=80
HTTPS_PORT=443