Serghey Rodin преди 8 години
родител
ревизия
e986e48baf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      upd/fix_nginx_auth.sh

+ 1 - 1
upd/fix_nginx_auth.sh

@@ -3,7 +3,7 @@
 source /etc/profile.d/vesta.sh
 source /usr/local/vesta/conf/vesta.conf
 
-sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth|" \
+sed -i "s|web/%domain%/stats/auth.*|conf/web/%domain%.auth;|" \
     $VESTA/data/templates/web/nginx/*/*tpl >/dev/null 2>&1
 
 if [ "$WEB_SYSTEM" != 'nginx' ]; then