Nginx: edit actual file instead of symlink
This commit is contained in:
parent
cdf95f1ce6
commit
b65e5b1e96
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ Make sure to edit the config file to match your setup:
|
||||||
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
|
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
|
||||||
# to the IP address and fully-qualified domain name
|
# to the IP address and fully-qualified domain name
|
||||||
# of your host serving GitLab
|
# of your host serving GitLab
|
||||||
sudo vim /etc/nginx/sites-enabled/gitlab
|
sudo vim /etc/nginx/sites-available/gitlab
|
||||||
|
|
||||||
## Restart
|
## Restart
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue