wekan/snap-src/Caddyfile

19 lines
369 B
Text
Raw Normal View History

http://:8080
proxy / localhost:3001 {
websocket
transparent
}
## SSL/TLS example. Firefox Inspect Console does not support http/2, so turning it off
## so that Firefox would not show wss websocket errors. Chrome console supports http/2.
#
#wekan.example.com {
# tls {
# alpn http/1.1
# }
# proxy / localhost:3001 {
# websocket
# transparent
# }
#}