From 76251cfd30d5e3d98bcdeb620296ad0a29b54b29 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 18 Aug 2022 16:20:51 +0100 Subject: [PATCH] Settings: Correct comment typos about reverse proxy setup --- src/eddn/conf/Settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/eddn/conf/Settings.py b/src/eddn/conf/Settings.py index 1201c5a..38d1280 100644 --- a/src/eddn/conf/Settings.py +++ b/src/eddn/conf/Settings.py @@ -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 ###############################################################################