php/nginx-fpm.conf
Remi Collet a8ae4d1be8 - update to 5.6.5RC1
- FPM: enable ACL support for Unix Domain Socket
- FPM: switch default configuration to use UDS
2015-01-09 11:10:30 +01:00

7 lines
136 B
Plaintext

# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server unix:/run/php-fpm/www.sock;
}