Skip to content

sunny420x/nginx-virtual-host-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Virtual Host Manager in Node.js

This node.js app is a web interface for virtual hosts management including create, edit and delete a virtual hosts in nginx web server.

.env

Create file name .env with variables below:

#PORT will be use as a port for this node application.
PORT=

#Web Interface Login. USERNAME= PASSWORD=

#.conf folder location. NGINX_PATH=/etc/nginx/sites-enabled/

  • PORT is a port you want this app to be running on.
  • USERNAME The username required to log into the control panel.
  • PASSWORD The password required to log into the control panel.
  • NGINX_PATH The path to the Nginx configuration directory, 'sites-enabled' or 'sites-available'.

About

Nginx Virtual Host Manager on Node.js | Create, Edit and Delete Virtual Host in Nginx through web interface.

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors