flask +gunicorn+nginx部署,安装nginx ... #main.py from flask import Flask app = Flask(__name__) @app.route('/') def index(): return 'hello ...
確定! 回上一頁