Skip to content

Commit

Permalink
Fix config-tls-mattermost.rst (#7448)
Browse files Browse the repository at this point in the history
Fix the duplicate word in the TLS on NGINX document.

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
Movion and cwarnermm authored Oct 8, 2024
1 parent a788a62 commit d3c1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/install/config-tls-mattermost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Use TLS on NGINX (as a proxy)

.. note::

Do not set up TLS on Mattermost before before doing so for NGINX. It breaks the connection as the TLS prevents it from successfully communicating with the Mattermost server.
Do not set up TLS on Mattermost before doing so for NGINX. It breaks the connection as the TLS prevents it from successfully communicating with the Mattermost server.

- NGINX will act as a forward proxy to encrypt the traffic between the client and Mattermost server. After installing the SSL certificate, the incoming traffic will be handled via NGINX on port 443 exposed to the internet, proxy to the Mattermost server running on port 80.
- (Optional) Upstream encryption between NGINX to Mattermost server is allowed.
Expand Down

0 comments on commit d3c1270

Please sign in to comment.