conf_server/default_configuration/php/nginx-php-enabled.conf

5 lines
61 B
Plaintext

upstream php-handler {
server unix:/run/php-fpm.sock;
}