Last active
August 15, 2018 12:36
-
-
Save RoccoHoward/e8c6fc13268865fb1101ab7c1e1e12a6 to your computer and use it in GitHub Desktop.
NGINX PHP FPM Conf (tcp)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# 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