diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index dcf16101e..9a1bd6919 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -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 - + Options Indexes FollowSymLinks MultiViews AllowOverride None Require all granted