Fix subservice
This commit is contained in:
parent
ac67029cea
commit
bfab0486df
@ -1,6 +1,6 @@
|
|||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
nextcloud:
|
subservice:
|
||||||
rule: Host(`subservice.xxx.domain`)
|
rule: Host(`subservice.xxx.domain`)
|
||||||
service: subservice
|
service: subservice
|
||||||
entryPoints: ["websecure"]
|
entryPoints: ["websecure"]
|
||||||
@ -11,4 +11,4 @@ http:
|
|||||||
subservice:
|
subservice:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://192.168.xxx.xxx
|
- url: http://192.168.xxx.xxx
|
||||||
|
Loading…
Reference in New Issue
Block a user