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

sounds interesting, can you provide screenshots? #1

Open ntzb opened 2 months ago

ntzb commented 2 months ago

hi, this sounds interesting, but before I go thru the trouble of compiling, can you post some screenshots, or explain what's possible using this luci app?

arenekosreal commented 2 months ago

This luci app lets you edit nginx configuration easily. Briefly speaking, you will get a luci app named Nginx at Services menu, it has three pages: status, server and location. Status page will show you information about nginx status, like if ssl redirect is enabled, if nginx is running, etc. Server page will show you information about nginx configuration and let you do simple modification on it. For example, you can see which port nginx is listening and change it, you can check which SSL certificate is used by nginx if the server is protected by ssl. Location page will show you registered locations in /etc/nginx/conf.d and let you change them as you like. But I must say, this is just a toy project, I create this to learn creating JavaScript app instead traditional apps which are based on Lua script.