# uwsig使用配置文件启动 [uwsgi] # 项目目录 chdir=/myfiles/xxx/xxx/my_project # 指定项目的application module=my_project.wsgi:application # 指定sock的文件路径 socket=/myfiles/xxx/xxx/my_project/my_project/script/uwsgi.sock # 进程个数 workers=3 threads =10 pidfile=/myfiles/xxx/xxx/my_project/my_project/script/uwsgi.pid # 指定IP端口 http=127.0.0.1:7171 # 指定静态文件 static-map=/static=/myfiles/xxx/xxx/my_project/my_project/static # 启动uwsgi的用户名和用户组 uid=root gid=root # 启用主进程 master=true # 自动移除unix Socket和pid文件当服务停止的时候 vacuum=true # 序列化接受的内容,如果可能的话 thunder-lock=true # 启用线程 enable-threads=true # 设置自中断时间 harakiri=300 # 设置缓冲 post-buffering=4096 # 设置日志目录 daemonize=/var/log/uwsgi/uwsgi_myproject.log lazy-apps = true touch-chain-reload = /home/xxxxx/uwsgi_touch/monitor
没有重来的机会,一定要珍惜当下。不然···· 你连现在拥有的都会失去!