4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
|
# PHP handler (socket)
|
||
|
upstream php-handler {
|
||
|
server unix:/run/php/php7.2-fpm.sock;
|
||
|
}
|