4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
# PHP handler (socket)
|
|
upstream php-handler {
|
|
server unix:/run/php/php<phpVersion>-fpm.sock;
|
|
} |