location / { try_files $uri @apache; }
location @apache { internal; proxy_pass http://127.0.0.1:88; include proxy.conf; }
nginx_跳转到指定配置
原文:http://www.cnblogs.com/liadmin/p/6357461.html