nginx配置WordPress伪静态
location / { try_files $uri $uri/ /index.php?$args; }
原文:https://www.cnblogs.com/feieryun/p/8452683.html