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.
20568
Commits
1
Branch
46 MiB
Tree:
f824b46fe9
lilik-openwrt-22.03
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f824b46fe9'
${ noResults }
openwrt-packages-dist
/
net
/
ariang
/
files
/
80_ariang-nginx-support
5 lines
101 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
ariang: use new configuration of Nginx Remove the superfluous parts of the uci-defaults file. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years ago
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
#!/bin/sh
[ -x /etc/init.d/nginx ] && /etc/init.d/nginx running && /etc/init.d/nginx reload
exit 0