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