mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
This makes the ariang-nginx ready for Nginx using the conf.d directory. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
location /ariang {
|
|
index index.html;
|
|
alias /www/ariang/;
|
|
} |