Posts

Showing posts from January, 2016

How to install curl in ubuntu + nginx

Open Terminal (Ctrl+Alt+T) Run the command: sudo apt-get install php5-curl Restart nginx: sudo service nginx restart