Skip to content

Commit 3a69ebb

Browse files
committed
Set FORCE_HTTPS to false
1 parent 849e086 commit 3a69ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ CUSTOM_META_TAGS=false
7878

7979
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.
8080
#=Note that this will only affect port 443 if you are using the docker image.
81-
FORCE_HTTPS=true
81+
FORCE_HTTPS=false

storage/backups/default_settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ CUSTOM_META_TAGS=false
7878

7979
#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS.
8080
#=Note that this will only affect port 443 if you are using the docker image.
81-
FORCE_HTTPS=true
81+
FORCE_HTTPS=false

0 commit comments

Comments
 (0)