Game Development Reference
In-Depth Information
fastcgi_index index.php;
include fastcgi_params;
}
}
Create a new file named info.php in /var/www /local/web/ and add these simple
lines to it:
<?php
phpinfo();
?>
Save the file and navigate to it in your browser.
You should see something similar to the preceding screenshot. This means that PHP
is configured and you can use any PHP web application or write your own PHP
scripts now.
 
Search WWH ::




Custom Search