Setup hosting for static resources in the InvirtWeb and
[invirt/packages/invirt-web.git] / code / unauth.fcgi
index 841da6a..f37c914 100755 (executable)
@@ -35,11 +35,6 @@ if __name__ == "__main__":
         '/': {
             'tools.invirtwebstate.on': True,
             },
-        '/static': {
-            'tools.staticdir.root': static_dir,
-            'tools.staticdir.on': True,
-            'tools.staticdir.dir': static_dir,
-            }
         }
                     
     app = cherrypy.tree.mount(InvirtUnauthWeb(),