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 5b834dc commit e986e48Copy full SHA for e986e48
upd/fix_nginx_auth.sh
@@ -3,7 +3,7 @@
3
source /etc/profile.d/vesta.sh
4
source /usr/local/vesta/conf/vesta.conf
5
6
-sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth|" \
+sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth;|" \
7
$VESTA/data/templates/web/nginx/*/*tpl >/dev/null 2>&1
8
9
if [ "$WEB_SYSTEM" != 'nginx' ]; then
0 commit comments