Start the NGINX server
The NGINX server is located in the installdir directory.
This server is disabled by default. To start it, rename the ctl.sh.disabled script:
$ cd installdir
$ mv nginx/scripts/ctl.sh.disabled nginx/scripts/ctl.sh
By default, NGINX will be started on port 1234. Check http://localhost:1234 in your browser to see the NGINX welcome page.