Skip to content

Instantly share code, notes, and snippets.

@imposibrus
Last active November 23, 2016 13:36
Show Gist options
  • Save imposibrus/9b77420b1abde4e2ec11 to your computer and use it in GitHub Desktop.
Save imposibrus/9b77420b1abde4e2ec11 to your computer and use it in GitHub Desktop.
Install php5-fpm on Ubuntu 14.04
#!/bin/bash
sudo apt-get install php5-fpm php5-cgi php5-mcrypt
sudo sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' /etc/php5/fpm/php.ini
sudo service php5-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment