Skip to content

Commit

Permalink
Service Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chilio committed Oct 23, 2020
1 parent d6510b2 commit bdb009e
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.4-fpm start
service php8.0-fpm start
service nginx start

0 comments on commit bdb009e

Please sign in to comment.