Ignore:
Timestamp:
Dec 20, 2009, 9:45:00 PM (14 years ago)
Author:
broder
Message:

Mount app on / regardless of whether it's fastcgi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/main.fcgi

    r2669 r2681  
    1919        conf_file = os.path.join(base_dir, 'main.conf')
    2020    app = cherrypy.tree.mount(InvirtWeb(),
    21         '/' if dev else '/main.fcgi',
     21        '/',
    2222        {'/':      {'tools.staticdir.root': static_dir,
    2323                    'tools.invirtwebstate.on': True},
Note: See TracChangeset for help on using the changeset viewer.