会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
哈喽
新随笔
管理
2020年9月25日
nginx+gunicorn部署Django项目
摘要: 实际采用的nginx.conf文件内容: server { charset utf-8; listen 80; server_name ip; access_log /webapps/project/logs/nginx.access.log; error_log /webapps/project/
阅读全文
posted @ 2020-09-25 11:25 哈喽哈喽111111
阅读(574)
评论(0)
推荐(0)
编辑