ubuntu 11.10 nginx update
I have ubuntu 11.10 node and I have developed with django an app. Now that I have finally finished I decided to put it using nginx and uwsgi. I am not expert for anything web related so searching on net it seems it is a common configuration.
I am having issues on understanding on how to configure nginx and uwsgi.
All info pages I find it seems all so easy but not for me.
First I noticed that I have nginx ver 1.0.5.
I wanted to pass to something newever hoping that will solve my problems.
I have does add-apt-repository ppa:nginx/stable and the commands related afterward.
Install went OK but my version is still showing 1.0.5.
Second: Can someone explain me the basic idea of nginx configuration and give some directions. I put my server related stuff in sites-available, but it seems ininfluental (yes I created the link in sites'enabled). But if I put the same block in nginx.conf I get some errors (at least I knnow it works).
What is the use of nginx.conf and the ones under sites-available? What should i put in nginx.conf?
Thanks for any explanation
Nenad
7 Replies
include /etc/nginx/sites-enabled/*;
The default config from the ppa you're using doesn't seem to do that.
I am progessing, slowly.
I was thinking to upgarede ubuntu so but I have no experience in doing.
Also I have no backup option enabled so if something goes wrong…
thnx
Nenad
Should I upgare to the last or somehow linode supports for now till 12.04?
Nenad
You can buy another Linode, clone your existing Linode to the new one and then check if everything works as you desire, and after you're sure, just swap your DNS entries to the new Linode and wipe out the old one. I've never done this myself but I've heard a lot of people on IRC that this is the safest way to do upgrades.
Now I now how I will upgrade.
Hvala
Nenad