Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http:
- #----------------------: https://doc.traefik.io/traefik/routing/routers/
- routers:
- proxmox:
- entryPoints:
- - "https"
- rule: "Host(`apollo.mydomain.com`)"
- middlewares:
- - internal-https-hosts
- tls:
- certResolver: cloudflare
- domains:
- - main: "apollo.mydomain.com"
- service: proxmox
- #----------------------: https://doc.traefik.io/traefik/routing/services/
- services:
- proxmox:
- loadBalancer:
- servers:
- - url: "https://192.168.2.100:8006"
- passHostHeader: true
- serversTransport: "proxmox"
- #------------: https://doc.traefik.io/traefik/routing/services/#serverstransport_1
- #------------: https://www.cloudflare.com/en-gb/learning/ssl/what-is-sni/
- serversTransports:
- proxmox:
- insecureSkipVerify: true # set to true if you get "Internal Server Error"
Advertisement
Add Comment
Please, Sign In to add comment