Nginx UI – Access and modify the Nginx configurations files without CLI
1–10 of 61 posts
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#2Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#3This is certainly a good effort but I've yet to use a web ui to manage web server configs, especially these days when we're moving most of the configuration to code and version control. We usually deploy changes to a test server to test the changes and then move on to production.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#4Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#5Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#6Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#7Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#8https://reposhub.com/python/administrative-interfaces/schenk...
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#9Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#10This is certainly a good effort but I've yet to use a web ui to manage web server configs, especially these days when we're moving most of the configuration to code and version control. We usually deploy changes to a test server to test the changes and then move on to production.
Adding a UI doesn’t require you to take config out of your IaaC setup, it could Increase accessibility to logs, monitoring, security warnings, versioning, etc, that your IaaC might be strongly lacking. There are weaknesses to IaaC that a tool like this may supplement.