This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20885
Commits
1
Branch
46 MiB
Tree:
1708a758a8
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1708a758a8'
${ noResults }
openwrt-packages-dist
/
net
/
ariang
/
files
/
ariang.locations
3 lines
60 B
Raw
Normal View
History
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>
6 years ago
location /ariang {
index index.html;
alias /www/ariang/;
}