Files
loadbalancer/config/dynamic/ignoranzartificiale.yml
T
2026-07-02 12:06:10 +02:00

38 lines
899 B
YAML

http:
routers:
ignoranzartificiale-http:
entryPoints:
- web
rule: "Host(`ignoranzartificiale.org`) || Host(`www.ignoranzartificiale.org`)"
service: ignoranzartificiale-http
services:
ignoranzartificiale-http:
loadBalancer:
healthCheck:
path: "/"
hostname: "ignoranzartificiale.org"
interval: "10s"
timeout: "3s"
servers:
- url: "http://127.0.0.1:15080"
tcp:
routers:
ignoranzartificiale-tls:
entryPoints:
- tls
rule: "HostSNI(`ignoranzartificiale.org`) || HostSNI(`www.ignoranzartificiale.org`)"
service: ignoranzartificiale-tls
tls:
passthrough: true
services:
ignoranzartificiale-tls:
loadBalancer:
healthCheck:
interval: "10s"
timeout: "3s"
servers:
- address: "127.0.0.1:15443"