0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-14 13:48:04 +00:00
packages/net/ariang/files/ariang.locations
Peter Stadler 6dc2ca2219 ariang: rename nginx configuration file
This makes the ariang-nginx ready for Nginx using the conf.d directory.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-02 20:19:27 +01:00

4 lines
60 B
Plaintext

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