location / { # //添加上以下代码: 【兼容】自动省略.html的页面【比如:zh/app.html】可以直接【zh/app】访问! if (!-e $request_filename){ rewrite ^(.*)$ /$1.html last; break; }