mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
updated docs to note netbox/project-static directory rename
This commit is contained in:
parent
a3b9bdaff1
commit
644f87103c
@ -24,7 +24,7 @@ server {
|
||||
client_max_body_size 25m;
|
||||
|
||||
location /static/ {
|
||||
alias /opt/netbox/netbox/static/;
|
||||
alias /opt/netbox/netbox/project-static/;
|
||||
}
|
||||
|
||||
location / {
|
||||
@ -67,12 +67,12 @@ Once Apache is installed, proceed with the following configuration (Be sure to m
|
||||
|
||||
ServerName netbox.example.com
|
||||
|
||||
Alias /static /opt/netbox/netbox/static
|
||||
Alias /static /opt/netbox/netbox/project-static
|
||||
|
||||
# Needed to allow token-based API authentication
|
||||
WSGIPassAuthorization on
|
||||
|
||||
<Directory /opt/netbox/netbox/static>
|
||||
<Directory /opt/netbox/netbox/project-static>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
Loading…
Reference in New Issue
Block a user