Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これにより、「静的」で「tmp」のコンテンツが提供されます。
from twisted.web.static import File resource = File("/tmp") root = Resource() root.putChild("static", resource)
/tmp と /tmp2 のコンテンツを静的に提供するにはどうすればよいですか?