Settings: Correct comment typos about reverse proxy setup

This commit is contained in:
Athanasius 2022-08-18 16:20:51 +01:00
parent af9089ccee
commit 76251cfd30
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -15,13 +15,12 @@ class _Settings(object):
###############################################################################
# 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
# plain http one.
CERT_FILE = "/etc/letsencrypt/live/eddn.edcd.io/fullchain.pem" # noqa: E221
KEY_FILE = "/etc/letsencrypt/live/eddn.edcd.io/privkey.pem" # noqa: E221
###############################################################################
# Relay settings
###############################################################################