Skip to content
Snippets Groups Projects
Commit 131d23d80a9a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Point to official NGINX configs instead of gitlab-recipes

The configs in gitlab-recipes are VERY old and don't include all the
needed configuration. Instead, point to the official NGINX configs that
are also used for self-compiled installations.
parent 6d4184fb168d
No related branches found
No related tags found
3 merge requests!114heptapod#1394: making 1.0 the oldstable,!110heptapod#1352: merged heptapod branch into heptapod-stable,!106Merged upstream 16.4 branching point into heptapod branch
...@@ -199,12 +199,13 @@ ...@@ -199,12 +199,13 @@
1. **Download the correct web server configuration** 1. **Download the correct web server configuration**
Go to [GitLab recipes repository](https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server) and look for Go to [GitLab repository](https://gitlab.com/gitlab-org/gitlab/-/tree/master/lib/support/nginx) and download
the Linux package configuration in the webserver directory of your choice. Make sure you pick the the required configuration. Select the correct configuration file depending whether you are serving GitLab with
right configuration file depending whether you choose to serve GitLab with SSL or not. You might need to make some changes, such as:
SSL or not. The only thing you need to change is `YOUR_SERVER_FQDN` with
your own FQDN and if you use SSL, the location where your SSL keys currently - The value of `YOUR_SERVER_FQDN` set to your FQDN.
reside. You also might need to change the location of your log files. - If you use SSL, the location of your SSL keys.
- The location of your log files.
## Setting the NGINX listen address or addresses ## Setting the NGINX listen address or addresses
......
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