Created
September 6, 2023 08:23
-
-
Save adamcameron/ad9beaf304ba8b5be88a0efeaff92c83 to your computer and use it in GitHub Desktop.
php-fpm direct call code. TBC
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
export SCRIPT_NAME="/ping" | |
export SCRIPT_FILENAME="/ping" | |
export REQUEST_METHOD="GET" | |
cgi-fcgi -bind -connect localhost:9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment