From 63c2668171caacde0493484475f4a0f7fb53c676 Mon Sep 17 00:00:00 2001 From: Basraah Date: Mon, 8 Jan 2018 21:15:19 +1000 Subject: [PATCH] Change static path to match default install --- docs/installation/auth/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/auth/nginx.md b/docs/installation/auth/nginx.md index 3dfb646c..d5390246 100644 --- a/docs/installation/auth/nginx.md +++ b/docs/installation/auth/nginx.md @@ -47,7 +47,7 @@ server { location = /favicon.ico { access_log off; log_not_found off; } location /static/ { - alias /home/allianceserver/allianceauth/static/; + alias /var/www/myauth/static; autoindex off; }