Skip to content

Instantly share code, notes, and snippets.

@RoccoHoward
Last active February 17, 2019 12:13
Show Gist options
  • Save RoccoHoward/6e426b06e6a443fd9f571c6b7f103aff to your computer and use it in GitHub Desktop.
Save RoccoHoward/6e426b06e6a443fd9f571c6b7f103aff to your computer and use it in GitHub Desktop.
NGINX PHP FPM Conf (socket)
##
# PHP-FPM
##
upstream php {
server unix:/run/php/php7.3-fpm.sock;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment