Last active
December 25, 2015 08:49
-
-
Save sfelde/6949200 to your computer and use it in GitHub Desktop.
nginx install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python-software-properties | |
sudo -s | |
nginx=stable # use nginx=development for latest development version | |
add-apt-repository ppa:nginx/$nginx | |
apt-get update | |
apt-get install nginx |
http://stackoverflow.com/questions/15852884/nginx-connect-failed-error
http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-ubuntu-12.04-lts
http://askubuntu.com/questions/153226/how-do-i-install-php-fpm-5-4-on-12-04
https://extremeshok.com/279/ubuntu-11-04-server-3-node-php-fpm-nginx-apc/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php-fpm 5.4x
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get upgrade