Set FORCE_HTTPS to false

This commit is contained in:
Julian Prieber 2022-07-05 00:09:40 +02:00
parent 849e0864c5
commit 3a69ebb6c7
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -78,4 +78,4 @@ CUSTOM_META_TAGS=false
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.
#=Note that this will only affect port 443 if you are using the docker image.
FORCE_HTTPS=true
FORCE_HTTPS=false

View File

@ -78,4 +78,4 @@ CUSTOM_META_TAGS=false
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.
#=Note that this will only affect port 443 if you are using the docker image.
FORCE_HTTPS=true
FORCE_HTTPS=false