Update YSFReflector-debian-installer

fix a2enmod php
This commit is contained in:
M0VUB 2021-10-06 01:59:45 +01:00 committed by GitHub
parent 7e519e9bd0
commit ae511577d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ sed -i "s/apache.tbd/$YSFDOMAIN/g" /etc/apache2/sites-available/$YSFDOMAIN.conf
sed -i "s/ysf-xlxd/ysf/g" /etc/apache2/sites-available/$YSFDOMAIN.conf
chown -R www-data: $YSFWEBDIR
a2ensite $YSFDOMAIN
a2enmod php7.0
a2enmod php
systemctl start ysfreflector
systemctl restart apache2
echo ""