Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# PHP-FPM FastCGI server
2
# network or unix domain socket configuration
3
 
4
upstream php-fpm {
5
        server unix:/run/php-fpm/www.sock;
6
}