0

これにより、「静的」で「tmp」のコンテンツが提供されます。

from twisted.web.static import File
resource = File("/tmp")
root = Resource()
root.putChild("static", resource)

/tmp と /tmp2 のコンテンツを静的に提供するにはどうすればよいですか?

4

1 に答える 1