Serghey Rodin 8 éve
szülő
commit
e986e48baf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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