Web GUI

I just got NginX installed on Ubuntu and was wondering if there is a Web
GUI built-in that can be called from the local IP address with some port
number?

Thanks again for your help.

On 5 Apr 2014 00:03, “Knut M.” [email protected] wrote:

I just got NginX installed on Ubuntu and was wondering if there is a Web
GUI built-in that can be called from the local IP address with some port
number?

Nginx does not have a GUI built in. It has a status module called
stub_status which you can compile in if you wish to get some basic read
only information from the running process.

J