doppelte http.router entfernt

This commit is contained in:
Czechman 2022-11-27 02:30:51 +01:00
parent 0cf7d37adb
commit 2afde92d43
1 changed files with 1 additions and 6 deletions

View File

@ -268,11 +268,7 @@
# Default: false
#
# disablePropagationCheck = true
[http.routers]
[http.routers.docker]
rule = "Host(`czechman.dynvpn.de`) && Path(`/foo`)"
[http.routers.docker.tls]
certResolver = "myresolver"
## Dynamic configuration
[http.routers]
[http.routers.docker]
@ -282,4 +278,3 @@
[[http.routers.docker.tls.domains]]
main = "czechman.dynvpn.de"
# sans = ["*.czechman.dynvpn.de"]