From 6674d8dcb29b84b1eb6638c02b49ac441f8d26d4 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 11 Feb 2025 00:30:46 +0000 Subject: [PATCH] Update Production HTTPS Setup --- Production-HTTPS-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 5b10532..6a37ef8 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -10,7 +10,7 @@ MAIN_HTTP_PORT=7757 NGINX_HTTP_PORT=80 NGINX_HTTPS_PORT=443 HOST= -PROTOCOL=https +PROTOCOL=http APP_ENV=production REDIS_HOST=redis POSTGRES_HOST=postgres