packages/net/ariang/files/ariang.conf
Ansuel Smith aad05bff5a
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>
2018-08-26 11:59:02 +02:00

4 lines
No EOL
60 B
Text

location /ariang {
index index.html;
alias /www/ariang/;
}