windy-packages/luci-app-nginx-manager/README.md

18 lines
538 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# luci-app-nginx-managerNginx管理器
更方便的管理openwrt的nginx
### 注意事项
1. 替代默认的uhttpd做为路由后台的web服务器
2. 插件依赖+luci-nginx +luci-ssl-nginx +luci-ssl-openssl并且会开启路由后台的https功能
3. 插件会替代默认的uhttpd但并不会删除uhttpd如果你需要删除uhttpd需在编译前在根目录执行以下操作
```bash
sed -i 's/+uhttpd +uhttpd-mod-ubus //g' feeds/luci/collections/luci/Makefile
```
### 效果展示
![nginx-manager][1]
[1]: https://raw.githubusercontent.com/sundaqiang/openwrt-packages/master/img/nginx-manager.png