It is a shell script which creates the Nginx Config File
- For Both Static Websites and API Config
$ sudo bash create_nginx_setup.sh <TYPE> <URL> <PORT> <INDEX_FILE_PATH>
TYPE = api | static
PORT = Port Number
URL = example.com | example.com,www.example.com
INDEX_FILE_PATH = file path of index.html file | default (/var/www/html)