mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
This adds nginx support for ariang webui and update it to latest commit. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
location /ariang {
|
|
index index.html;
|
|
alias /www/ariang/;
|
|
} |