From f4f39e274f2dde3243f6fcc98b9a89a606a3fb3f Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 14 Jul 2023 08:53:37 +1000 Subject: [PATCH] Add https comment to nginx file (#5243) --- docker/production/nginx.prod.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/production/nginx.prod.conf b/docker/production/nginx.prod.conf index 96cc0dd8b6..a78b9ebd0f 100644 --- a/docker/production/nginx.prod.conf +++ b/docker/production/nginx.prod.conf @@ -2,6 +2,9 @@ server { # Listen for connection on (internal) port 80 + # If you are exposing this server to the internet, you should use HTTPS! + # In which case, you should also set up a redirect from HTTP to HTTPS, and listen on port 443 + # See the Nginx documentation for more details listen 80; real_ip_header proxy_protocol;