ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/nginx/files-luci-support/luci.locations b/external/subpack/net/nginx/files-luci-support/luci.locations
new file mode 100644
index 0000000..374ee5d
--- /dev/null
+++ b/external/subpack/net/nginx/files-luci-support/luci.locations
@@ -0,0 +1,17 @@
+location /cgi-bin/luci {
+		index  index.html;
+		include uwsgi_params;
+		uwsgi_param SERVER_ADDR $server_addr;
+		uwsgi_modifier1 9;
+		uwsgi_pass unix:////var/run/luci-webui.socket;
+}
+location ~ /cgi-bin/cgi-(backup|download|upload|exec) {
+		include uwsgi_params;
+		uwsgi_param SERVER_ADDR $server_addr;
+		uwsgi_modifier1 9;
+		uwsgi_pass unix:////var/run/luci-cgi_io.socket;
+}
+
+location /luci-static {
+		error_log stderr crit;
+}