Skip to content

Instantly share code, notes, and snippets.

@RoccoHoward
Last active August 15, 2018 12:36
Show Gist options
  • Save RoccoHoward/e8c6fc13268865fb1101ab7c1e1e12a6 to your computer and use it in GitHub Desktop.
Save RoccoHoward/e8c6fc13268865fb1101ab7c1e1e12a6 to your computer and use it in GitHub Desktop.
NGINX PHP FPM Conf (tcp)
##
# PHP-FPM
##
upstream php {
server 127.0.0.1:7777;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment