BAE nginx 反向代理配置
一份可用的nginx 反向代理配置,用来给BAE 绑域名。
###BAE
server {
listen 80;
server_name www.yourdomain.com;
location / {
proxy_redirect off;
proxy_pass http://yourapp.duapp.com;
proxy_set_header Host "yourapp.duapp.com";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
access_log off;
error_log off;
}
}
《BAE 不让绑域名了,用nginx 反向代理绑定域名》 http://www.ijd8.com/t/31
0
See Also
- 想问一下 youbbs 关于nginx部署的配置。谁能共享下
- v1.0.3 BAE版的 怎么没有 config.inc.php了呢?
- YouBBS for BAE v1.5 dev 发布
- 类GAE、SAE、BAE等云平台的优势:不顾虑平台的问题,专心运营
- 一直再用百度bae ,还是云存储版的。。我还可以继续下去么。。
求新版 新方法