Caddyfile 369 B

123456789101112131415161718
  1. http://:8080
  2. proxy / localhost:3001 {
  3. websocket
  4. transparent
  5. }
  6. ## SSL/TLS example. Firefox Inspect Console does not support http/2, so turning it off
  7. ## so that Firefox would not show wss websocket errors. Chrome console supports http/2.
  8. #
  9. #wekan.example.com {
  10. # tls {
  11. # alpn http/1.1
  12. # }
  13. # proxy / localhost:3001 {
  14. # websocket
  15. # transparent
  16. # }
  17. #}