projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a6b3091
)
Mount app on / regardless of whether it's fastcgi
author
Quentin Smith
<quentin@mit.edu>
Sun, 9 Aug 2009 23:16:26 +0000
(19:16 -0400)
committer
Quentin Smith
<quentin@mit.edu>
Sun, 9 Aug 2009 23:16:26 +0000
(19:16 -0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2681
code/main.fcgi
patch
|
blob
|
history
diff --git
a/code/main.fcgi
b/code/main.fcgi
index
03f899c
..
cd10538
100755
(executable)
--- a/
code/main.fcgi
+++ b/
code/main.fcgi
@@
-18,7
+18,7
@@
if __name__=="__main__":
else:
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.invirtwebstate.on': True},
'/static': {'tools.staticdir.on': True,