security fix / thanks to Christopher Tarquini

This commit is contained in:
Serghey Rodin 2017-11-21 17:58:16 +02:00
commit 757e065602
636 changed files with 680 additions and 637 deletions

View file

@ -20,4 +20,8 @@ if [ -x "/usr/local/vesta/upd/fix_sessions.sh" ]; then
/usr/local/vesta/upd/fix_sessions.sh
fi
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
/usr/local/vesta/upd/fix_nginx_auth.sh
fi
exit 0

View file

@ -39,6 +39,9 @@ if [ $1 -ge 2 ]; then
if [ -e /usr/local/vesta/upd/fix_sessions.sh ]; then
/usr/local/vesta/upd/fix_sessions.sh
fi
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
/usr/local/vesta/upd/fix_nginx_auth.sh
fi
fi
%files
%{_vestadir}