Move the url_mappings configuration to FarmConfig.
[matthijs/projects/wipi.git] / conf / exodus.py
index 3b85532174de643e051912d52152e9904fd1ecf3..aaba28a8c56694ccb00a4be507f43245a9230eeb 100644 (file)
@@ -37,8 +37,7 @@ class Config(FarmConfig):
 
     theme_default = 'exodus'
      
-    # All urls that would be generated below /wipi/Site can be pointed to
-    # /Site instead, since lighttpd maps /Site to the wipi as well.
-    url_mappings = {'/wipi/Site' : '/Site'}
+    # Set cookies on /, so they work on /wipi and /Site alike.
+    cookie_path = '/'
 
 # vim: set ts=8 sts=4 sw=4 expandtab: