Advertisement
Guest User

Caddyfile

a guest
Dec 7th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. mydomain.duckdns.org/jellyfin/ {
  2. proxy / localhost:8920 {
  3. transparent
  4. websocket
  5. }
  6. }
  7.  
  8. mydomain.duckdns.org/heimdall/ {
  9. proxy / localhost:8888 {
  10. transparent
  11. websocket
  12. }
  13. }
  14.  
  15. mydomain.duckdns.org/radarr/ {
  16. proxy / localhost:7878 {
  17. transparent
  18. websocket
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement