标签:反向代理 http class www div logs location ati proxy
upstream yg{ server 127.0.0.x; } server { listen 80; server_name www.hikaru.pw; location / { rewrite ^/(.*)$ /yg/$1 last; } location ~* ^/yg/.*$ { proxy_pass http://yg; } }
标签:反向代理 http class www div logs location ati proxy
原文地址:http://www.cnblogs.com/hikarusun/p/6657166.html