Changeset 2399 for package_branches/invirt-web/cherrypy/code/main.fcgi
- Timestamp:
- Aug 9, 2009, 6:45:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/main.fcgi
r2387 r2399 20 20 app = cherrypy.tree.mount(InvirtWeb(), 21 21 '/' if dev else '/main.fcgi', 22 {'/': {'tools.staticdir.root': static_dir}, 22 {'/': {'tools.staticdir.root': static_dir, 23 'tools.invirtwebstate.on': True}, 23 24 '/static': {'tools.staticdir.on': True, 24 25 'tools.staticdir.dir': static_dir}
Note: See TracChangeset
for help on using the changeset viewer.