月度归档: 2012 年 2 月

利用反向代理实现SAE的域名绑定
hliang
Posted on
在NGINX中配置文件中添加下面代码: server { listen 80; server_name xxx.ixcv.com location / { proxy_redirect off; proxy_pass http://xxx.sinaapp.com/; proxy_set_header…
Read More