Skip to content

pratyakash/nginx_script_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Nginx Config Creator

It is a shell script which creates the Nginx Config File

  • For Both Static Websites and API Config

Usage

$ 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages