File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ task :integration do
3939 sh "sudo cp tests/integration/php-fpm.conf ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf"
4040 sh "sudo ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm"
4141 sleep 1
42- cmd_run ( "tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php" )
42+ cmd_run ( "php tests/integration/fcgiget.php localhost:9000/home/vagrant/php-protocolbuffers/tests/integration/test.php" )
4343 end
4444end
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ error_log = /home/vagrant/php-fpm.log
33log_level = debug
44
55[www]
6- user = vagrant
7- group = vagrant
6+ user = nobody
7+ group = nobody
88listen = 127.0.0.1:9000
99
1010pm = dynamic
You can’t perform that action at this time.
0 commit comments