X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fexodus.py;h=aaba28a8c56694ccb00a4be507f43245a9230eeb;hb=a4579debe2c4ad40692bcb3dd9ed135af1a30947;hp=3b85532174de643e051912d52152e9904fd1ecf3;hpb=8308210090225f35709688b59523eedf652e6281;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/exodus.py b/conf/exodus.py index 3b85532..aaba28a 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -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: