- Timestamp:
- Dec 20, 2009, 9:45:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/main.fcgi
r2669 r2681 19 19 conf_file = os.path.join(base_dir, 'main.conf') 20 20 app = cherrypy.tree.mount(InvirtWeb(), 21 '/' if dev else '/main.fcgi',21 '/', 22 22 {'/': {'tools.staticdir.root': static_dir, 23 23 'tools.invirtwebstate.on': True},
Note: See TracChangeset
for help on using the changeset viewer.