Skip to content

Commit fe41a78

Browse files
committed
Oops, wrong URL
1 parent 455b76f commit fe41a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/files/misc/common-startup-files/default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ if
2121
strings.contains:x:@request.host
2222
.:localhost
2323
set-value:x:@.scheme
24-
.:"http://"
24+
.:"http"
2525
else
2626
set-value:x:@.scheme
27-
.:"https://"
27+
.:"https"
2828
strings.concat
2929
get-value:x:@.scheme
3030
.:"://"

0 commit comments

Comments
 (0)