X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/263010ff23d21486b8f5029cfd8c9bee9a04f3f8..bfdba2e4f73fced5d2d37b1351016168883e996b:/code/main.fcgi?ds=inline diff --git a/code/main.fcgi b/code/main.fcgi index 6d5543e..03f899c 100755 --- a/code/main.fcgi +++ b/code/main.fcgi @@ -19,7 +19,8 @@ if __name__=="__main__": conf_file = os.path.join(base_dir, 'main.conf') app = cherrypy.tree.mount(InvirtWeb(), '/' if dev else '/main.fcgi', - {'/': {'tools.staticdir.root': static_dir}, + {'/': {'tools.staticdir.root': static_dir, + 'tools.invirtwebstate.on': True}, '/static': {'tools.staticdir.on': True, 'tools.staticdir.dir': static_dir} })