From 6e18da0a4102d8d56a19436cec33c5e1e2ba94e2 Mon Sep 17 00:00:00 2001 From: Jacob Wall Date: Mon, 19 Feb 2018 12:32:15 -0600 Subject: [PATCH] Fix alias value At least for v2.3-beta2, the alias location should be `project-static` and not `static`. --- docs/installation/web-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/web-server.md b/docs/installation/web-server.md index f9a304ff5..484142e9a 100644 --- a/docs/installation/web-server.md +++ b/docs/installation/web-server.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 / {