mirror of https://github.com/midoks/mdserver-web
parent
1394b30828
commit
b406ba7e21
@ -0,0 +1,5 @@ |
||||
location / { |
||||
proxy_pass http://127.0.0.1:8000; # 这里是指向 gunicorn host 的服务地址 |
||||
proxy_set_header Host $host; |
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
||||
} |
Loading…
Reference in new issue