disable global http to https redirect
parent
1ff8e503ec
commit
1ad5378051
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue