访问静态网页时隐藏网页后缀 发表评论 在伪静态中添加如下代码即可: location / { if (!-e $request_filename){ rewrite ^(.*)$ /$1.html last; break; } }