Execute php block without saving to a file, without changing internal path – CPanel
Say I have a block of code I would like to test like this: <?php require('wp-blog-header.php'); require('wp-includes/pluggable.php'); .......................... .......................... ?> Nginx: location ~ /internal_token { fastcgi_pass unix:/tmp/php-fpm.sock; fastcgi_param SCRIPT_FILENAME # is possible to execute php some how, without call to…