ariang: add nginx support and update

This adds nginx support for ariang webui and update it to latest commit.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2018-06-14 20:15:15 +02:00
parent 2e030a7b81
commit aad05bff5a
3 changed files with 27 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
location /ariang {
index index.html;
alias /www/ariang/;
}