mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Fix alias value
At least for v2.3-beta2, the alias location should be `project-static` and not `static`.
This commit is contained in:
parent
2d93c2b2da
commit
6e18da0a41
@ -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 / {
|
||||||
|
Loading…
Reference in New Issue
Block a user