Nginx and php in templated

It should work with no problems in nginx templates :) Please let me know if it doesn't.
 
Not too sure which FPM files you mean, but you can try it on your own with this code:

PHP:
|$/usr/local/bin/php
<?
echo "# Test";
?>
DONE|

add it into a template and rewrite configs.
 
Back
Top