# flask-framework **Repository Path**: ItisDL/flask-framework ## Basic Information - **Project Name**: flask-framework - **Description**: Flask 基础上的高并发衍生 不断优化中谢谢 啵啵 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #nginx配置 ``` server { listen 80; server_name '你的域名'; location / { include uwsgi_params; uwsgi_pass unix:/home/flask-framework/uwsgi.sock; uwsgi_param UWSGI_CHDIR /home/flask-framework/; uwsgi_param UWSGI_SCRIPT run; ### myapp.py app文件名称 access_log /home/flask-framework/app_access.log; } } ``` jwt的包使用的是 pyjwt 为避免干扰请 卸载jwt python_jwt flask_jwt等包 读后有收获可以微信请作者喝咖啡::kissing_heart: