# 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 ----------------------------------------------------------
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 --------------------------------------------------------------