service-utk typo

This commit is contained in:
Czechman 2022-11-28 02:09:39 +01:00
parent fa9a22a156
commit 7946ca225b
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
## Dynamic configuration
[http.routers]
[http.routers.docker]
rule = "Host(`czechman.dynvpn.de`) && Path(`/`)"
# rule = "Host(`czechman.dynvpn.de`) && Path(`/`)"
[http.routers.docker.tls]
certResolver = "myresolver"
[[http.routers.docker.tls.domains]]
@ -52,7 +52,7 @@
[http.services]
[http.services.service-utk.loadBalancer]
[[http.services.my-service.loadBalancer.servers]]
[[http.services.service-utk.loadBalancer.servers]]
url = "http://192.168.2.2:9001/"
################################################################