Some dos and don'ts for administering Rocket.Chat servers.
This follows comments here:
The latest version 6.9.1 not supported
Chapters:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Upstreams | |
| upstream backend { | |
| server 127.0.0.1:3000; | |
| } | |
| # HTTPS Server | |
| server { | |
| listen 1.2.3.4:443 ssl http2; | |
| server_name chat.mydomain.com; |