Commit b65e5b1e969187b300561af6cfcdcfe39fc0c867
1 parent
cdf95f1c
Exists in
master
and in
4 other branches
Nginx: edit actual file instead of symlink
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -243,7 +243,7 @@ Make sure to edit the config file to match your setup: |
243 | 243 | # Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN** |
244 | 244 | # to the IP address and fully-qualified domain name |
245 | 245 | # of your host serving GitLab |
246 | - sudo vim /etc/nginx/sites-enabled/gitlab | |
246 | + sudo vim /etc/nginx/sites-available/gitlab | |
247 | 247 | |
248 | 248 | ## Restart |
249 | 249 | ... | ... |