mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28: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;
|
||||
|
||||
location /static/ {
|
||||
alias /opt/netbox/netbox/static/;
|
||||
alias /opt/netbox/netbox/project-static/;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
Reference in New Issue
Block a user