Advertisement
BigJilm19

Caddyfile

Sep 9th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. {
  3. }
  4.  
  5. www.myserver.com {
  6. encode zstd gzip
  7. root * /var/www/html
  8. file_server
  9. }
  10.  
  11. plex.myserver.com {
  12. reverse_proxy 172.21.0.3:32400
  13. }
  14.  
  15. actual.myserver.com {
  16. reverse_proxy https://192.168.4.8:5006
  17. }
  18.  
  19. immich.myserver.com {
  20. reverse_proxy 192.168.4.8:8083
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement