Skip to content

Commit

Permalink
add permanent redirect to port 80 in mastercontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 10, 2023
1 parent 92aae9d commit 5d2275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/mastercontainer/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

http://:80 {
redir https://{host}{uri}
redir https://{host}{uri} permanent
}

https://:8443 {
Expand Down

0 comments on commit 5d2275c

Please sign in to comment.