V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  coolloyal  ›  全部回复第 1 页 / 共 1 页
回复总数  2
2014-08-07 19:01:02 +08:00
回复了 niuer 创建的主题 分享发现 喜获融资数千万美元 七牛云存储来 V2EX 送福利
2014-04-13 22:57:31 +08:00
回复了 michelh 创建的主题 NGINX 求一个 Nginx 下泛域名反代的规则
@ysjdx
我这也是这个情况502错误,请问他的问题解决了吗?
server {
listen 80;
server_name ~^(www\.)?(?<domain>.+)\..+$;
index index.php index.html index.htm;

location / {
proxy_pass http://$domain.xxx.com/;
}
}
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2282 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 07:00 · PVG 15:00 · LAX 00:00 · JFK 03:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.