摘要: location ~ \.php($|/) { set $script $uri; set $path_info "/"; if ($uri ~ "^(.+\.php)(/.+)") { set $script $1; set $path_info $2; } f... 阅读全文
posted @ 2015-10-28 14:09 php_up 阅读(246) 评论(0) 推荐(0)