12 lines
215 B
Text
12 lines
215 B
Text
# 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
|