Install and configure PHP + NGINX for Ubuntu 18.04
How to install and configuration NGINX with PHP. It’s really simple. Install NGINX and php-fpm apt install nginx php-fpm Then […]
How to install and configuration NGINX with PHP. It’s really simple. Install NGINX and php-fpm apt install nginx php-fpm Then […]
$ sudo apt-get install php5-dev php-pear $ sudo pecl install xdebug Open file /etc/php5/fpm/php.ini $ sudo nano /etc/php5/fpm/php.ini add the […]
You must be logged in to post a comment.