https://github.com/awais-vteams/vhost
Create virtual host with single command on Ubuntu.
https://github.com/awais-vteams/vhost
shell ubuntu vhost
Last synced: 6 months ago
JSON representation
Create virtual host with single command on Ubuntu.
- Host: GitHub
- URL: https://github.com/awais-vteams/vhost
- Owner: awais-vteams
- License: unlicense
- Created: 2018-12-27T13:29:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T03:29:39.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T04:36:25.607Z (7 months ago)
- Topics: shell, ubuntu, vhost
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Virtual Host
Create virtual host with single command on Ubuntu.
### Usage
Required `sudo` to run
```
sudo sh vhost.sh {name} {path_dir}sudo sh vhost.sh example.com /var/www/html/example
```