diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-11 00:49:54 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-09-11 00:49:54 +0300 |
commit | 63d4e0489ff4286940064a919eb63ac316681384 (patch) | |
tree | 86f0f913a619bc584141f918ecccaed730a495c2 | |
parent | f1ab46d5178b6fb7e9c4e43628eec358026d287a (diff) | |
download | wekan-63d4e0489ff4286940064a919eb63ac316681384.tar.gz wekan-63d4e0489ff4286940064a919eb63ac316681384.tar.bz2 wekan-63d4e0489ff4286940064a919eb63ac316681384.zip |
- Turn of http/2 in Caddyfile so that Firefox Inspect Console does not show errors about 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 GitHub user xet7 for contributions.
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e05adf8..35907411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This release adds the following new features: - [Upgrade MongoDB to 3.2.21](https://github.com/wekan/wekan/commit/0cb3aee803781e4241c38a3e1e700703d063035a). +- [Turn of http/2 in Caddyfile](https://github.com/wekan/wekan/commit/f1ab46d5178b6fb7e9c4e43628eec358026d287a) + so that Firefox Inspect Console does not [show errors about wss](https://github.com/wekan/wekan/issues/934) + 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 GitHub user xet7 for contributions. |