summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-10-01 18:49:48 +0400
committerVlad Glagolev2009-10-01 18:49:48 +0400
commit53c929bd907bd0c2308585dccf3b5b4cd743cc9f (patch)
tree6baa0da5368f5faa99e1b3406567e520d1966a61
parenteb2cbaa5babe09e7ec56398982606676115d1d27 (diff)
nginx: fixed default rights for cache dir
-rw-r--r--http/nginx/HISTORY3
-rwxr-xr-xhttp/nginx/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index e2e5e4e785..7d8ff6d4e3 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Vlad Glagolev <stealth@sourcemage.org>
+ * INSTALL: fixed default rights for cache dir
+
2009-09-15 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.6.39, 0.7.62; SECURITY_PATCH++
(http://www.securityfocus.com/bid/36384)
diff --git a/http/nginx/INSTALL b/http/nginx/INSTALL
index e0eb1a6c4c..18dfe57530 100755
--- a/http/nginx/INSTALL
+++ b/http/nginx/INSTALL
@@ -2,4 +2,4 @@ make_single &&
default_install &&
make_normal &&
-install -vm 770 -d -o nginx -g nginx "$TEMP_DIR"
+install -vm 775 -d -o nginx -g nginx "$TEMP_DIR"