mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-28 14:12:13 +03:00
Settings: Correct comment typos about reverse proxy setup
This commit is contained in:
parent
af9089ccee
commit
76251cfd30
@ -15,13 +15,12 @@ class _Settings(object):
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Local installation settings
|
# Local installation settings
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# If these are set to non-empty strings then you reverse proxt setup
|
# If these are set to non-empty strings then your reverse proxy setup
|
||||||
# **MUST** pass TLS through properly, including to a https URL, not a
|
# **MUST** pass TLS through properly, including to a https URL, not a
|
||||||
# plain http one.
|
# plain http one.
|
||||||
CERT_FILE = "/etc/letsencrypt/live/eddn.edcd.io/fullchain.pem" # noqa: E221
|
CERT_FILE = "/etc/letsencrypt/live/eddn.edcd.io/fullchain.pem" # noqa: E221
|
||||||
KEY_FILE = "/etc/letsencrypt/live/eddn.edcd.io/privkey.pem" # noqa: E221
|
KEY_FILE = "/etc/letsencrypt/live/eddn.edcd.io/privkey.pem" # noqa: E221
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Relay settings
|
# Relay settings
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user