Nginx 设置WordPress伪静态的方法 网站优化 首先,在Nginx中的server模块配置如下内容: location / { if (-f $request_filename/index.html)… Bunny 3年前 6.89K 0 6