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 afcbb66 commit 37f7adeCopy full SHA for 37f7ade
bin/v-add-letsencrypt-domain
@@ -147,8 +147,8 @@ for auth in $authz; do
147
check_result $? "DNS _acme-challenge record wasn't created"
148
else
149
if [ "$WEB_SYSTEM" = 'nginx' ] || [ ! -z "$PROXY_SYSTEM" ]; then
150
- conf="$HOMEDIR/$user/conf/web/nginx.$domain.conf_letsencrypt"
151
- sconf="$HOMEDIR/$user/conf/web/snginx.$domain.conf_letsencrypt"
+ conf="$HOMEDIR/$user/conf/web/$domain/$PROXY_SYSTEM.conf_letsencrypt"
+ sconf="$HOMEDIR/$user/conf/web/$domain/$PROXY_SYSTEM.conf_letsencrypt"
152
if [ ! -e "$conf" ]; then
153
echo 'location ~ "^/\.well-known/acme-challenge/(.*)$" {' \
154
> $conf
0 commit comments