summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nginx-conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf
index 0156c52..ff22800 100644
--- a/nginx-conf/nginx.conf
+++ b/nginx-conf/nginx.conf
@@ -20,7 +20,7 @@ http {
}
location /static/ {
- alias /data/static/;
+ alias /usr/share/nginx/html/static;
}
}