Make commands work from list and info pages
[invirt/packages/invirt-web.git] / code / main.fcgi
index 03f899c..cd10538 100755 (executable)
@@ -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,