Skip to content

Instantly share code, notes, and snippets.

@alekstrust
Created January 7, 2018 16:46
Show Gist options
  • Save alekstrust/54e94299120ffbf48b3c125c393ea0bb to your computer and use it in GitHub Desktop.
Save alekstrust/54e94299120ffbf48b3c125c393ea0bb to your computer and use it in GitHub Desktop.
PHP-FPM configuration for Nginx
# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server 127.0.0.1:9000;
#server unix:/run/php-fpm/www.sock;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment