Do not forget to load the uwsgi apache2 module in your apache configuration ... #!/usr/bin/uwsgi --socket :3031 --callable app from flask import Flask app ...
確定! 回上一頁