nginx serve里面可以配置例如:location / { index index.html index.htm index.php; rewrite ^/(.*)/(.*)/(.*)\.html /$1.php?name=$2&you=$3 last; #autoindex on; }