11 lines
268 B
TOML
11 lines
268 B
TOML
|
[http]
|
||
|
[http.routers]
|
||
|
[http.routers.nc]
|
||
|
entryPoints = ["http"]
|
||
|
rule = "Host(`nc.localhost`)"
|
||
|
service = "nc"
|
||
|
[http.services]
|
||
|
[http.services.nc.loadBalancer]
|
||
|
[[http.services.nc.loadBalancer.servers]]
|
||
|
url = "http://nextcloud/"
|