nginx-basic/etc/nginx/nginx_conf_phphandler_SOCK....

4 lines
114 B
Plaintext
Raw Normal View History

2019-01-05 05:20:11 -07:00
# PHP handler (socket)
upstream php-handler {
2019-01-05 18:22:05 -07:00
server unix:/run/php/php<phpVersion>-fpm.sock;
2019-01-05 05:20:11 -07:00
}