mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 12:08:17 -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;
|
client_max_body_size 25m;
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /opt/netbox/netbox/static/;
|
alias /opt/netbox/netbox/project-static/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
@ -67,12 +67,12 @@ Once Apache is installed, proceed with the following configuration (Be sure to m
|
|||||||
|
|
||||||
ServerName netbox.example.com
|
ServerName netbox.example.com
|
||||||
|
|
||||||
Alias /static /opt/netbox/netbox/static
|
Alias /static /opt/netbox/netbox/project-static
|
||||||
|
|
||||||
# Needed to allow token-based API authentication
|
# Needed to allow token-based API authentication
|
||||||
WSGIPassAuthorization on
|
WSGIPassAuthorization on
|
||||||
|
|
||||||
<Directory /opt/netbox/netbox/static>
|
<Directory /opt/netbox/netbox/project-static>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Require all granted
|
Require all granted
|
||||||
|
Loading…
Reference in New Issue
Block a user