Reinstate missing HTTP->HTTPS redirect

This commit is contained in:
3wc 2024-04-06 14:35:53 -03:00
parent 2db2f71a80
commit bdf84fcefd
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ api:
entrypoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: web-secure
web-secure:
address: ":443"
{{ if eq (env "GITEA_SSH_ENABLED") "1" }}