From afad37ce303e2f6a9819d5c0f203f25ca6ff0789 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 25 Jan 2010 16:01:31 -0200 Subject: Using umask and setting www-data as group --- templates/ikiwiki.setup.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb index dae8047..6a30cfa 100644 --- a/templates/ikiwiki.setup.erb +++ b/templates/ikiwiki.setup.erb @@ -126,7 +126,7 @@ use IkiWiki::Setup::Standard { # Cost of generating a password using Authen::Passphrase::BlowfishCrypt #password_cost => 8, # Uncomment to force ikiwiki to run with a particular umask. - #umask => 022, + umask => 002, # Default settings for the recentchanges page. #recentchangespage => "recentchanges", #recentchangesnum => 100, -- cgit v1.2.3