NGINX configuration files are available:
conf | nginx.conf |
/etc/nginx |
conf.d | /etc/nginx/conf.d | |
tcpmaps | mappings.xmlf |
/etc/nginx/tcpmaps |
NGINX balancer is automatically added if I choose several app servers.
CONF
For performing necessary configurations for NGINX balancer the nginx.conf file, located in the conf folder, is used.
CONF.D
With access to NGINX configs, I can not only edit the existing files but also upload my own config files with custom settings to the conf.d folder.
That's All!