Skip to content
Snippets Groups Projects
Commit 68563d47b799 authored by Andreas Hering's avatar Andreas Hering
Browse files

Docs: clarify disabling nginx when only using mattermost

Clarify documentation for disabling individual `*_nginx` items when
running Mattermost on a separated instance.
parent bb541d9e9ecb
No related branches found
No related tags found
1 merge request!137Remerge after conversion fixups
......@@ -19,6 +19,9 @@
available for `nginx` are also available for these `<service_nginx>` settings and
share the same default values as GitLab NGINX.
To operate NGINX for isolated services like Mattermost, you should use `gitlab_rails['enable'] = false` instead of `nginx['enable'] = false`.
For more information, see [Running GitLab Mattermost on its own server](https://docs.gitlab.com/ee/integration/mattermost/#running-gitlab-mattermost-on-its-own-server).
If modifying via `gitlab.rb`, users have to configure NGINX setting for each
service separately. Settings given via `nginx['foo']` WILL NOT be replicated to
service specific NGINX configuration (as `registry_nginx['foo']` or
......@@ -367,7 +370,7 @@
1. Run the following command:
```shell
sudo ln -s /etc/gitlab/nginx/sites-available/example.conf /etc/gitlab/nginx/sites-enabled/example.conf
sudo ln -s /etc/gitlab/nginx/sites-available/example.conf /etc/gitlab/nginx/sites-enabled/example.conf
```
You can add domains for server blocks [as an alternative name](ssl/index.md#add-alternative-domains-to-the-certificate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment