7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
# PHP-FPM FastCGI server
|
||
|
# network or unix domain socket configuration
|
||
|
|
||
|
upstream php-fpm {
|
||
|
server 127.0.0.1:9000;
|
||
|
}
|