disable global http to https redirect

pull/2/head
Richard Attermeyer 2023-11-26 15:18:50 +01:00 committed by Richard Attermeyer
parent f70dddfbc6
commit 873d22c5d2
1 changed files with 2 additions and 7 deletions

View File

@ -18,17 +18,12 @@ providers:
docker: docker:
watch: true watch: true
exposedByDefault: false exposedByDefault: false
network: forgejo_proxy network: proxy
entryPoints: entryPoints:
http: http:
address: ":80" address: ":80"
http:
redirections:
entrypoint:
to: https
scheme: https
https: https:
address: ":443" address: ":443"
ssh: ssh:
address: ":222" address: ":2222"