added nas/traefik
This commit is contained in:
13
nas/traefik/custom/example.yml
Normal file
13
nas/traefik/custom/example.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
http:
|
||||
routers:
|
||||
example-router:
|
||||
rule: "Host(`example.domain.tld`)"
|
||||
service: example-service
|
||||
|
||||
services:
|
||||
example-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.0.197:8081"
|
||||
passHostHeader: true
|
Reference in New Issue
Block a user