[Nginx] Add env var for HTTP to HTTPS redirection

This commit is contained in:
FreddleSpl0it
2025-02-03 12:05:08 +01:00
parent bbdec0960a
commit e645f931dc
5 changed files with 53 additions and 1 deletions
+3
View File
@@ -267,6 +267,9 @@ HTTP_BIND=
HTTPS_PORT=443
HTTPS_BIND=
# Redirect HTTP connections to HTTPS - y/n
HTTP_REDIRECT=n
# ------------------------------
# Other bindings
# ------------------------------