Guest User

new way Caddyfile

a guest
Jan 9th, 2026
1,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.21 KB | None | 0 0
  1. {
  2.   acme_dns cloudflare {$CLOUDFLARE_API_TOKEN}
  3.   auto_https prefer_wildcard
  4. }
  5.  
  6. *.{$MY_DOMAIN} {
  7. }
  8.  
  9. cook.{$MY_DOMAIN} {
  10.   reverse_proxy mealie:80
  11. }
  12.  
  13. photo.{$MY_DOMAIN} {
  14.   reverse_proxy immich:2283
  15. }
Advertisement
Add Comment
Please, Sign In to add comment