File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,13 @@ will have to perform the following steps:
199
199
200
200
1 . ** Download the correct web server configuration**
201
201
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.
208
209
209
210
## Setting the NGINX listen address or addresses
210
211
You can’t perform that action at this time.
0 commit comments