summaryrefslogtreecommitdiffstats
path: root/snap-src/Caddyfile
blob: 2a9867d8053ab7d3ea89e5248395a88e800c526f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
#  }
#}