Set FORCE_HTTPS to false
This commit is contained in:
parent
849e0864c5
commit
3a69ebb6c7
2
.env
2
.env
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue