1 Star 0 Fork 0

kekexili/FasterRunner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nginx.conf 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rikasai_wbiao 提交于 2019-08-14 10:59 . 修改docker部署相关的命令
server {
listen 8000;
server_name 127.0.0.1;
charset utf-8;
client_max_body_size 75M; # adjust to taste
location /media {
alias /opt/workspace/FasterRunner/templates; # your Django project's media files - amend as required
}
location /static {
alias /opt/workspace/FasterRunner/static; # your Django project's static files - amend as required
}
location / {
include uwsgi_params;
uwsgi_pass unix:/opt/workspace/FasterRunner/FasterRunner.sock;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jiangtaozhuv/faster-runner.git
git@gitee.com:jiangtaozhuv/faster-runner.git
jiangtaozhuv
faster-runner
FasterRunner
master

搜索帮助