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:
watch: true
exposedByDefault: false
network: forgejo_proxy
network: proxy
entryPoints:
http:
address: ":80"
http:
redirections:
entrypoint:
to: https
scheme: https
https:
address: ":443"
ssh:
address: ":222"
address: ":2222"