X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Ffarmconfig.py;h=f8c657d29563bbaf6f0304c98655daf2f0710814;hb=cc733b1eba60b8c07e42d573c36c14e884c31049;hp=36ad4943bff48466dd3f344f767f0082e8e09c61;hpb=b6298ce1f44ec0082056b7f6e0484f2fd1eb6bef;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/farmconfig.py b/conf/farmconfig.py index 36ad494..f8c657d 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -104,7 +104,7 @@ class FarmConfig(DefaultConfig): # For Twisted and standalone server, the default will automatically work. # For others, you should make a matching server config (e.g. an Apache # Alias definition pointing to the directory with the static stuff). - url_prefix_static = '/wipistatic' + url_prefix_static = '/wipi/static' # Security ---------------------------------------------------------- @@ -126,7 +126,8 @@ class FarmConfig(DefaultConfig): acl_hierarchic = True # Give users all rights, but don't give any rights to anonymous users - acl_rights_default = u"Known:read,write,delete,revert,admin" + acl_rights_default = u"" + acl_rights_before = u"Known:read,write,delete,revert,admin" # Mail --------------------------------------------------------------