# agent_flask **Repository Path**: feko/agent_flask ## Basic Information - **Project Name**: agent_flask - **Description**: 基于nginx+uwsgi+flask 线上纯环境 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-12 - **Last Updated**: 2022-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### usage #### - 这是一个纯净的nginx+uwsgi+flask的python web框架线上环境 - 创建DIR:/data/soft/agent_flask - 配置nginx - start uwsgi ``` cd utils && sh uwsgiC.sh start ``` - stop uwsgi ``` cd utils && sh uwsgiC.sh stop ``` - 注意 要这样配置chdir = /data/soft/agent_flask/myproject 这个是app的程序的目录