X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Fexodus.py;h=60c2545558a1e2dbfe7e91012e349ab8ba0a5989;hp=3b85532174de643e051912d52152e9904fd1ecf3;hb=b2c8c55614985816651ac3316a6b64fca10e608d;hpb=8308210090225f35709688b59523eedf652e6281 diff --git a/conf/exodus.py b/conf/exodus.py index 3b85532..60c2545 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -41,4 +41,7 @@ class Config(FarmConfig): # /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: