Advertisement
Appuchia

Caddyfile

Feb 4th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <domain> {
  2. encode gzip
  3.  
  4. tls <email>
  5.  
  6. # The negotiation endpoint is also proxied to Rocket
  7. reverse_proxy /notifications/hub/negotiate 0.0.0.0:8080
  8.  
  9. # Notifications redirected to the websockets server
  10. reverse_proxy /notifications/hub 0.0.0.0:3012
  11.  
  12. # Send all other traffic to the regular Vaultwarden endpoint
  13. reverse_proxy 0.0.0.0:8080
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement