We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e62c2 commit cd70bddCopy full SHA for cd70bdd
ssl-proxyconf.sh
@@ -18,7 +18,7 @@ use_lets_encrypt_certificates() {
18
reload_nginx() {
19
cp $1/conf.d/default.conf.bak $1/conf.d/default.conf
20
rm $1/conf.d/default.conf.bak
21
- echo "Reloading Nginx configuration"
+ echo "Starting Proxy Nginx service"
22
nginx -t
23
}
24
0 commit comments