This commit is contained in:
jnewmaster 2018-07-02 17:43:22 +00:00 committed by GitHub
commit d089de981d
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.