Skip to content

Commit

Permalink
php 7.4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chilio committed Dec 12, 2019
1 parent 7a336e9 commit 5874998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/start-nginx-ci-project.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sed -i "s|root /var/www/html/public;|root $(pwd)/public;|" /etc/nginx/sites-available/default
service php7.2-fpm start
service php7.4-fpm start
service nginx start

0 comments on commit 5874998

Please sign in to comment.