Update 3-httpd-deamon Apache Configuration Static Path Location #2279

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

Originally created by @kadonnelly13 on GitHub (Jan 11, 2019).

Change Type

[ ] Addition
[X] Correction
[ ] Deprecation
[ ] Cleanup (formatting, typos, etc.)

Update the file path on the sample Apache configuration file in the documentation on lines 70 and 75.

https://github.com/digitalocean/netbox/blob/master/docs/installation/3-http-daemon.md

Current
/opt/netbox/netbox/static

Proposed
/opt/netbox/netbox/project-static

Originally created by @kadonnelly13 on GitHub (Jan 11, 2019). ### Change Type [ ] Addition [X] Correction [ ] Deprecation [ ] Cleanup (formatting, typos, etc.) <!-- Describe the proposed change(s). --> Update the file path on the sample Apache configuration file in the documentation on lines 70 and 75. https://github.com/digitalocean/netbox/blob/master/docs/installation/3-http-daemon.md Current `/opt/netbox/netbox/static` Proposed `/opt/netbox/netbox/project-static`
adam closed this issue 2025-12-29 17:24:27 +01:00
Author
Owner

@lampwins commented on GitHub (Jan 11, 2019):

The documentation is correct. When you run the manage.py collectstatic command the static assets are rendered in /static. The upgrade script does this for you.

@lampwins commented on GitHub (Jan 11, 2019): The documentation is correct. When you run the `manage.py collectstatic` command the static assets are rendered in `/static`. The upgrade script does this for you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2279