Hello, currently i m on ubuntu 14.04 and my nginx version is 1.4. i can see theres a stable release of nginx which is 1.6.2 my question is should i update to 1.6.2? if yes how? and should i leave it as it is to 1.4
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can upgrade your nginx version by using the official nginx stable ppa:
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
sudo apt-get install nginx
This comment has been deleted
Click below to sign up and get $100 of credit to try our products over 60 days!
I tried upgrading to 1.9.10 and my config also did not work. Ended up with a blank white page.
This comment has been deleted