location ~ .php (. *) ${
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
...
}
PHP 5.6
.
how can I configure port 9000 to match nginx self-startup?
currently needs to execute manually: php-cgi-b 127.0.0.1 br 9000 command
to open port 9000.