feat: init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
http:
|
||||
routers:
|
||||
api:
|
||||
service: api@internal
|
||||
rule: "Host(`traefik.vm`)"
|
||||
@@ -0,0 +1,16 @@
|
||||
http:
|
||||
middlewares:
|
||||
redirect-https:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: false
|
||||
|
||||
routers:
|
||||
https-router:
|
||||
rule: "!Host(`localhost`)"
|
||||
priority: 999999
|
||||
middlewares:
|
||||
- redirect-https
|
||||
service: noop@internal
|
||||
entrypoints:
|
||||
- http
|
||||
Reference in New Issue
Block a user