File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -270,5 +270,5 @@ It allows any of the following combinations:
270
270
## Version
271
271
272
272
```
273
- nginx version: nginx/1.18.0
273
+ nginx version: nginx/1.18.0
274
274
```
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [ "${GENERATE_SSL}" = "1" ]; then
30
30
fi
31
31
fi
32
32
33
- cmd=" vhost_gen.py -p \" ${VHOST_PATH} \" -n \" ${VHOST_NAME} \" -c /etc/vhost-gen/mass.yml -o \" ${VHOST_TPL} \" -s ${VERBOSE} -m ${GEN_MODE} "
33
+ cmd=" vhost-gen -p \" ${VHOST_PATH} \" -n \" ${VHOST_NAME} \" -c /etc/vhost-gen/mass.yml -o \" ${VHOST_TPL} \" -s ${VERBOSE} -m ${GEN_MODE} "
34
34
if [ -n " ${VERBOSE} " ]; then
35
35
echo " \$ ${cmd} "
36
36
fi
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ vhost_gen_generate_main_vhost() {
94
94
fi
95
95
# Adding custom nginx vhost template to ensure paths like:
96
96
# /vendor/index.php/arg1/arg2 will also work (just like Apache)
97
- run " vhost_gen.py -n localhost -p ${docroot} -t /etc/vhost-gen/templates-main/ -c ${config} -o ${template} ${verbose} -d -s -m ${ssl_type} " " ${debug} "
97
+ run " vhost-gen -n localhost -p ${docroot} -t /etc/vhost-gen/templates-main/ -c ${config} -o ${template} ${verbose} -d -s -m ${ssl_type} " " ${debug} "
98
98
fi
99
99
}
100
100
Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ vhost:
77
77
ssl_port : 443
78
78
79
79
# The virtual host name is specified as an command line argument
80
- # to vhost_gen.py via '-n', however it is possible
80
+ # to vhost-gen via '-n', however it is possible
81
81
# to prepend and/or append additional name strings.
82
82
name :
83
83
prefix :
84
84
suffix :
85
85
# The document root directory is specified as an command line argument
86
- # to vhost_gen.py via '-p', however it is possible
86
+ # to vhost-gen via '-p', however it is possible
87
87
# to prepend another subdirectory here.
88
88
docroot :
89
89
suffix :
Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ vhost:
77
77
ssl_port : 443
78
78
79
79
# The virtual host name is specified as an command line argument
80
- # to vhost_gen.py via '-n', however it is possible
80
+ # to vhost-gen via '-n', however it is possible
81
81
# to prepend and/or append additional name strings.
82
82
name :
83
83
prefix :
84
84
suffix : __TLD__
85
85
# The document root directory is specified as an command line argument
86
- # to vhost_gen.py via '-p', however it is possible
86
+ # to vhost-gen via '-p', however it is possible
87
87
# to prepend another subdirectory here.
88
88
docroot :
89
89
suffix : __DOCROOT_SUFFIX__
You can’t perform that action at this time.
0 commit comments