mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Update web-server.md
Specified symbolic link of "default".
This commit is contained in:
parent
131436fc20
commit
2e449c3351
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user