-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from devilbox/release-1.0.1
Release 1.0.1
- Loading branch information
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ Usage: vhost-gen -p|r <str> -n <str> [-l <str> -c <str> -t <str> -o <str> -d -s | |
vhost-gen will dynamically generate vhost configuration files | ||
for Nginx, Apache 2.2 or Apache 2.4 depending on what you have set | ||
in /etc/vhot-gen/conf.yml | ||
in /etc/vhost-gen/conf.yml | ||
Required arguments: | ||
-p|r <str> You need to choose one of the mutually exclusive arguments. | ||
|
@@ -135,7 +135,7 @@ Misc arguments: | |
|
||
def print_version(): | ||
"""Show program version.""" | ||
print("vhost-gen v1.0.0 (2020-01-23)") | ||
print("vhost-gen v1.0.1 (2020-09-29)") | ||
print("cytopia <[email protected]>") | ||
print("https://github.com/devilbox/vhost-gen") | ||
print("The MIT License (MIT)") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters