Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
454c9082
Unverified
Commit
454c9082
authored
Sep 28, 2018
by
andrewheberle
Committed by
GitHub
Sep 28, 2018
Browse files
Actually set reload default
parent
0a4e61c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
454c9082
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
# export DEPLOY_HAPROXY_PEM_NAME="${domain}.pem"
# export DEPLOY_HAPROXY_PEM_NAME="${domain}.pem"
#
#
# Defines the name of the PEM file.
# Defines the name of the PEM file.
# Defaults to "domain.pem"
# Defaults to "
<
domain
>
.pem"
#
#
# export DEPLOY_HAPROXY_PEM_PATH="/etc/haproxy"
# export DEPLOY_HAPROXY_PEM_PATH="/etc/haproxy"
#
#
...
@@ -52,7 +52,7 @@ haproxy_deploy() {
...
@@ -52,7 +52,7 @@ haproxy_deploy() {
DEPLOY_HAPROXY_PEM_NAME_DEFAULT
=
"
${
_cdomain
}
.pem"
DEPLOY_HAPROXY_PEM_NAME_DEFAULT
=
"
${
_cdomain
}
.pem"
DEPLOY_HAPROXY_BUNDLE_DEFAULT
=
"no"
DEPLOY_HAPROXY_BUNDLE_DEFAULT
=
"no"
DEPLOY_HAPROXY_ISSUER_DEFAULT
=
"no"
DEPLOY_HAPROXY_ISSUER_DEFAULT
=
"no"
DEPLOY_HAPROXY_RELOAD_DEFAULT
=
"
systemctl reload haproxy
"
DEPLOY_HAPROXY_RELOAD_DEFAULT
=
"
true
"
if
[
-f
"
${
DOMAIN_CONF
}
"
]
;
then
if
[
-f
"
${
DOMAIN_CONF
}
"
]
;
then
# shellcheck disable=SC1090
# shellcheck disable=SC1090
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment