nginx: improve luci config

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2018-08-18 19:11:33 +02:00
parent 77d8472ed5
commit 0f21ab6391
4 changed files with 25 additions and 31 deletions
+2 -8
View File
@@ -43,13 +43,7 @@ http {
expires 365d;
}
location / {
index index.html;
include luci_uwsgi.conf;
}
location /luci-static {
}
include luci_uwsgi.conf;
}
}