summaryrefslogtreecommitdiffstats
path: root/snap-src/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'snap-src/Caddyfile')
-rw-r--r--snap-src/Caddyfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/snap-src/Caddyfile b/snap-src/Caddyfile
index 07ed4143..2a9867d8 100644
--- a/snap-src/Caddyfile
+++ b/snap-src/Caddyfile
@@ -3,3 +3,16 @@ 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
+# }
+#}