1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

fix some comments

This commit is contained in:
Joshua Tauberer
2018-08-24 08:44:53 -04:00
parent bb43a2127c
commit 51972fd129
4 changed files with 4 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ echo "Installing Nginx (web server)..."
apt_install nginx php7.0-cli php7.0-fpm
# Set PHP7 as the default
# Set PHP7.0 as the default since several versions are available.
update-alternatives --set php /usr/bin/php7.0
rm -f /etc/nginx/sites-enabled/default