mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Turn of http/2 so that Firefox Inspect Console does not show
wss websocket config. Chrome web console supports http/2. Note: If you are already using Caddy and have modified your Caddyfile, you need to edit your Caddyfile manually. Thanks to xet7 ! Related #934
This commit is contained in:
parent
4608c057d5
commit
f1ab46d517
1 changed files with 13 additions and 0 deletions
|
|
@ -3,3 +3,16 @@ proxy / localhost:3001 {
|
||||||
websocket
|
websocket
|
||||||
transparent
|
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
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue