PHP
Installation
$ sudo apt-get install php-fpm Configure Nginx to Use the PHP Processor
$ sudo nano /etc/nginx/sites-enabled/task.woezzon.com.conf$ sudo nginx -t$ sudo /etc/init.d/nginx restart$ sudo nano /var/www/html/info.php
// with the content
<?php
phpinfo();
?>Configuration of php.ini
Last updated
Was this helpful?