mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Corrected static path in Apache config
This commit is contained in:
parent
b37503ed8f
commit
cce6c89810
@ -270,9 +270,9 @@ If you're feeling adventurous, or you already have Apache installed and can't ru
|
||||
<VirtualHost *:80>
|
||||
ProxyPreserveHost On
|
||||
|
||||
ServerName netbox.totallycool.tld
|
||||
ServerName netbox.example.com
|
||||
|
||||
Alias /static/ /opt/netbox/static/static
|
||||
Alias /static/ /opt/netbox/netbox/static
|
||||
|
||||
<Directory /opt/netbox/netbox/static>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
|
Loading…
Reference in New Issue
Block a user