mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
* fix: Fixes #5138 * Move to helper function * Improve Nginx settings * chore: set ssl_prefer_server_ciphers to off ssl_prefer_server_ciphers should be set to `off` in a modern context. ref: https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=modern&openssl=1.1.1k&guideline=5.6 Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>