Nginx now uses template syntax for easier config
This commit is contained in:
parent
69fadcbbed
commit
929d1e2cf4
8 changed files with 114 additions and 47 deletions
12
nginx/.env.example
Normal file
12
nginx/.env.example
Normal 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
|
||||
Reference in a new issue