X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/dd0fb836097b7f9cc92f8d78c45f1bf2b59c3c1e..3177530fc065d3bbb103e9b344cfd199fd6d2057:/code/unauth.fcgi diff --git a/code/unauth.fcgi b/code/unauth.fcgi index 841da6a..8dfbb98 100755 --- a/code/unauth.fcgi +++ b/code/unauth.fcgi @@ -19,8 +19,6 @@ With `config`, run standalone with CherryPy config from `config`. sys.exit(2) if __name__ == "__main__": - static_dir = os.path.join(base_dir, 'static') - if len(sys.argv) > 2: usage() if len(sys.argv) > 1: @@ -35,11 +33,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(),