PHP
Installation
In order to process PHP requests, Nginx needs an additional package
Configure Nginx to Use the PHP Processor
Now, we need to tell Nginx to use the PHP processor for dynamic content.
We edit the /etc/nginx/sites-enabled/task.woezzon.com.conf file and put
We can check the configuration file with
If everything is ok , we simply restart the server
To test the PHP configuration, we create a simple php file with the content
Configuration of php.ini
We can visit the page with the link http://task.woezzon.com/info.php
After we update php.ini configuration in order to accept big file upload
Last updated
Was this helpful?