Questions relating to nginx, an open source Web server and reverse proxy server
3
votes
2answers
9k views
What file permissions should I set on web root?
I use Ubuntu Server 10.10 and have installed Nginx web server with apt-get install nginx. It creates a default web page at /var/www/nginx-default/ and that directory has the permissions drwxr-xr-x 2 ...
29
votes
4answers
889 views
Does Ubuntu generally post timely security updates?
Concrete issue: The Oneiric nginx package is at version 1.0.5-1, released in July 2011 according to the changelog.
The recent memory-disclosure vulnerability (advisory page, CVE-2012-1180, ...
7
votes
2answers
5k views
What is the easiest way to enable PHP on nginx?
What is the easiest way to enable PHP on nginx on Ubuntu 12.04?
Best solution is the one that request minimal work, ideally just a package installation :)