Update web-server.md

Specified symbolic link of "default".
This commit is contained in:
jnewmaster 2018-05-23 23:06:10 -05:00 committed by GitHub
parent 131436fc20
commit 2e449c3351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Then, delete `/etc/nginx/sites-enabled/default` and create a symlink in the `sit
```no-highlight ```no-highlight
# cd /etc/nginx/sites-enabled/ # cd /etc/nginx/sites-enabled/
# rm default # rm default
# ln -s /etc/nginx/sites-available/netbox # ln -s /etc/nginx/sites-available/netbox default
``` ```
Restart the nginx service to use the new configuration. Restart the nginx service to use the new configuration.