Skip to content

Commit ef14b62

Browse files
axilleasRussell Dickenson
authored andcommitted
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.
1 parent c17552f commit ef14b62

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/settings/nginx.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,13 @@ will have to perform the following steps:
199199

200200
1. **Download the correct web server configuration**
201201

202-
Go to [GitLab recipes repository](https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server) and look for
203-
the Linux package configuration in the webserver directory of your choice. Make sure you pick the
204-
right configuration file depending whether you choose to serve GitLab with
205-
SSL or not. The only thing you need to change is `YOUR_SERVER_FQDN` with
206-
your own FQDN and if you use SSL, the location where your SSL keys currently
207-
reside. You also might need to change the location of your log files.
202+
Go to [GitLab repository](https://gitlab.com/gitlab-org/gitlab/-/tree/master/lib/support/nginx) and download
203+
the required configuration. Select the correct configuration file depending whether you are serving GitLab with
204+
SSL or not. You might need to make some changes, such as:
205+
206+
- The value of `YOUR_SERVER_FQDN` set to your FQDN.
207+
- If you use SSL, the location of your SSL keys.
208+
- The location of your log files.
208209

209210
## Setting the NGINX listen address or addresses
210211

0 commit comments

Comments
 (0)