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 5eb4d16 commit 706d244Copy full SHA for 706d244
bin/v-add-letsencrypt-domain
@@ -166,7 +166,7 @@ for auth in $authz; do
166
check_result $? "DNS _acme-challenge record wasn't created"
167
else
168
if [ -z "$mail" ]; then
169
- if [ "$WEB_SYSTEM" = 'nginx' ] || [ ! -z "$PROXY_SYSTEM" ]; then
+ if [ "$WEB_SYSTEM" = 'nginx' ] && [ ! -z "$PROXY_SYSTEM" ]; then
170
if [ ! -z "$mail" ]; then
171
conf="$HOMEDIR/$user/conf/mail/$root_domain/$PROXY_SYSTEM.conf_letsencrypt"
172
sconf="$HOMEDIR/$user/conf/mail/$root_domain/$PROXY_SYSTEM.ssl.conf_letsencrypt"
0 commit comments