这样子就可以了。。
location / {
root /home/wwwroot/html/;
concat on;
location ~ .*\.(php|php5)$ {
proxy_pass /127.0.0.1:88;
include proxy.conf;
}
if ( !-e $request_filename ) {
proxy_pass /127.0.0.1:88;
}
}