Skip to content

Commit

Permalink
Fixed missing curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Repox committed Dec 9, 2016
1 parent 976d7da commit 3470756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [[ $HHVM_IS_INSTALLED -ne 0 && $PHP_IS_INSTALLED -eq 0 ]]; then
# PHP-FPM Config for Nginx
sed -i "s/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/" /etc/php/${PHP_VERSION}/fpm/php.ini

sudo service php${PHP_VERSION-fpm restart
sudo service php${PHP_VERSION}-fpm restart
fi

sudo service nginx restart

0 comments on commit 3470756

Please sign in to comment.