1cbe9d90e1
Nginx UI is a comprehensive web-based interface designed to simplify the management and configuration of Nginx single-node and cluster nodes. It offers real-time server statistics, Nginx performance monitoring, AI-powered ChatGPT assistance, the code editor that supports LLM Code Completion, one-click deployment, automatic renewal of Let's Encrypt certificates, and user-friendly editing tools for website configurations. Additionally, Nginx UI provides features such as online access to Nginx logs, automatic testing and reloading of configuration files, a web terminal, dark mode, and responsive web design. Built with Go and Vue, Nginx UI ensures a seamless and efficient experience for managing your Nginx server.
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
@dir(%%USER%%,%%GROUP%%,0700) /var/db/nginx-ui
|
|
@sample(%%USER%%,%%GROUP%%,0640) /var/db/nginx-ui/app.ini.sample
|
|
%%DATADIR%%/nginx-ui.conf
|
|
%%DATADIR%%/nginx.conf
|
|
bin/nginx-ui
|