summaryrefslogtreecommitdiffstats
path: root/nginx-conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-conf')
-rw-r--r--nginx-conf/nginx.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx-conf/nginx.conf b/nginx-conf/nginx.conf
index c899096..0156c52 100644
--- a/nginx-conf/nginx.conf
+++ b/nginx-conf/nginx.conf
@@ -18,5 +18,10 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
+
+ location /static/ {
+ alias /data/static/;
+ }
+
}
}