We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a5e0d commit 3e07154Copy full SHA for 3e07154
1 file changed
install/hst-install-debian.sh
@@ -897,7 +897,7 @@ if [ "$nginx" = 'yes' ]; then
897
cp -r /etc/php/7.2/ /root/hst_install_backups/php7.2/
898
rm -f /etc/php/7.2/fpm/pool.d/*
899
cp -f $hestiacp/multiphp/nginx/* $HESTIA/data/templates/web/nginx/
900
- chmod a+x $HESTIA/data/web/nginx/*.sh
+ chmod a+x $HESTIA/data/templates/web/nginx/*.sh
901
fi
902
update-rc.d nginx defaults
903
service nginx start
0 commit comments