Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- acme_dns cloudflare {$CLOUDFLARE_API_TOKEN}
- }
- {$MY_DOMAIN} {
- reverse_proxy homer:8080
- }
- *.{$MY_DOMAIN} {
- @a host a.{$MY_DOMAIN}
- handle @a {
- reverse_proxy whoami:80
- }
- @b host b.{$MY_DOMAIN}
- handle @b {
- reverse_proxy nginx:80
- }
- handle {
- abort
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment