Skip to content

Instantly share code, notes, and snippets.

@adamcameron
Created September 6, 2023 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamcameron/ad9beaf304ba8b5be88a0efeaff92c83 to your computer and use it in GitHub Desktop.
Save adamcameron/ad9beaf304ba8b5be88a0efeaff92c83 to your computer and use it in GitHub Desktop.
php-fpm direct call code. TBC
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