Documentation Typo Error? #2275

Closed
opened 2025-12-29 17:24:26 +01:00 by adam · 1 comment
Owner

Originally created by @odcheck on GitHub (Jan 10, 2019).

The documentation reads

location /static/ {
        alias /opt/netbox/netbox/static/;
    }

but correct would be

location /static/ {
        alias /opt/netbox/netbox/project-static/;
    }
Originally created by @odcheck on GitHub (Jan 10, 2019). The documentation reads ``` location /static/ { alias /opt/netbox/netbox/static/; } ``` but correct would be ``` location /static/ { alias /opt/netbox/netbox/project-static/; } ```
adam closed this issue 2025-12-29 17:24:26 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 10, 2019):

The documentation is correct. Please be sure to use one of the provided templates for any future issues.

@jeremystretch commented on GitHub (Jan 10, 2019): The documentation is correct. Please be sure to use one of the [provided templates](https://github.com/digitalocean/netbox/issues/new/choose) for any future issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2275