def application(environ, response): response('200 OK', [('Content-Type', 'text/html')]) return ["Hello WSGI Python App!"] The uWSGI will look for a callable ...
確定! 回上一頁