arenekosreal / luci-app-nginx

OpenWRT LuCI interface for Nginx
Do What The F*ck You Want To Public License
0 stars 0 forks source link
javascript luci-app nginx openwrt openwrt-package

LuCI interface for Nginx

Highlights:

Useage:

Clone the repo:

Run git clone https://github.com/zhanghua000/luci-app-nginx /path/to/openwrt/package/openwrt-packages

Edit config

Run make menuconfig at /path/to/openwrt and go to LuCI -> Applications -> luci-app-nginx, set it to y or m

Start Building

Run make /path/to/openwrt/package/openwrt-packages/luci-app-nginx/compile and you will find .ipk file(s) at /path/to/openwrt/bin/packages/$TARGET_ARCH/base folder

Tested on OpenWRT master source code.