server { listen 80; location /{ proxy_pass http://127.0.0.1:8000; } }. 3、uwsgi協定. --------------. uWSGI 配置 [uwsgi] wsgi-file = server.py ...
確定! 回上一頁