Your IP : 18.219.215.35


Current Path : /etc/nginx/conf.d/
Upload File :
Current File : //etc/nginx/conf.d/php-fpm.conf

# PHP-FPM FastCGI server
# network or unix domain socket configuration

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