disable global http to https redirect

infrastructure
Richard Attermeyer 2023-11-26 15:18:50 +01:00
parent 1ff8e503ec
commit 1ad5378051
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"