Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/php5/fpm/www.conf
- user = nginx
- group = nginx
- listen = /var/run/php-fpm/php72-php-fpm.sock
- listen.mode = 0660
- listen.owner = nginx
- listen.group = nginx
- /etc/php.ini
- cgi.fix_pathinfo=0
- nginx
- fastcgi_pass unix:/var/run/php-fpm/php72-php-fpm.sock;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement