mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Fix for letsencrypt issuing in apache-less variant
This commit is contained in:
parent
ab404bbdb7
commit
a63b6281ef
1 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,10 @@ for auth in $authz; do
|
||||||
ln -s "$conf" "$sconf"
|
ln -s "$conf" "$sconf"
|
||||||
fi
|
fi
|
||||||
$BIN/v-restart-proxy
|
$BIN/v-restart-proxy
|
||||||
|
if [ -z "$PROXY_SYSTEM" ]; then
|
||||||
|
# apache-less variant
|
||||||
|
$BIN/v-restart-web
|
||||||
|
fi
|
||||||
check_result $? "Proxy restart failed" >/dev/null
|
check_result $? "Proxy restart failed" >/dev/null
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue