Skip to content

melferium/script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Virtualhost Manage Script

Bash Script to allow create apache/nginx virtual hosts on Ubuntu on a quick way.

This script is a modified version from https://github.com/RoverWire/virtualhost.

How to:

install

  1. Download/ Copy the script
  2. Apply permission to execute:
$ chmod +x /path/to/virtualhost.sh
  1. Optional: if you want to use the script globally, then you need to copy the file to your /usr/local/bin directory, is better if you copy it without the .sh extension:
$ sudo cp /path/to/virtualhost.sh /usr/local/bin/virtualhost

to create a new virtual host:

$ sudo virtualhost example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages