Update traefik/data/traefik.yml
This commit is contained in:
@@ -8,11 +8,12 @@ api:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
http:
|
http:
|
||||||
address: ":80"
|
address: ":80"
|
||||||
http:
|
# THE NEXT 5 LINES ARE A GLOBAL WAY TO REDIRECT ALL HTTP TRAFFIC TO HTTPS, NOT RECOMMENDED AS CLOUDFLARE DOES THAT FOR YOU ANYWAY AND YOU CAN SET IT ON A PER APP BASIS IF NEEDED. WILL NEED HTTP FOR INTERNAL NETWORK.
|
||||||
redirections:
|
#http:
|
||||||
entryPoint:
|
#redirections:
|
||||||
to: https
|
#entryPoint:
|
||||||
scheme: https
|
#to: https
|
||||||
|
#scheme: https
|
||||||
https:
|
https:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user