HTTP Server Setup
Obtain an SSL Certificate
HTTP Server Installation
Nginx Installation
Nginx Configuration
Once nginx is installed, copy the nginx configuration file provided by NetBox to
/etc/nginx/sites-available/netbox
. Be sure to replacenetbox.example.com
with the domain name or IP address of your installation. (This should match the value configured forALLOWED_HOSTS
inconfiguration.py
.).
Then, delete
/etc/nginx/sites-enabled/default
and create a symlink in thesites-enabled
directory to the configuration file you just created.
Finally, restart the
nginx
service to use the new configuration.
After that navigate to the dashboard with
https://your_ip_address
with the credentials (admin
/adminpassword
).
Last updated