Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg-lehmann authored Oct 27, 2023
1 parent 146751c commit e1329d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo "* Installing and configuring Apache..." >&2

#{ which apache2 >/dev/null && [ -e "/etc/apache2/mods-available/php7.4.load" ] && [ -e "/etc/php/7.4/mods-available/mbstring.ini" ]; } || \
# sudo apt-get install apache2 libapache2-mod-php php7.4-mbstring
[ -e "/etc/apache2/mods-enabled/php.load" ] || sudo a2enmod php
[ -e "/etc/apache2/mods-enabled/php8.0.load" ] || sudo a2enmod php8.0
[ -e "/etc/apache2/mods-enabled/rewrite.load" ] || sudo a2enmod rewrite

sudo tee /etc/apache2/sites-enabled/luga-dummy.conf >/dev/null <<EOF
Expand Down

0 comments on commit e1329d4

Please sign in to comment.