Changeset 2415
- Timestamp:
- Aug 9, 2009, 7:16:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/main.fcgi
r2399 r2415 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.