nginx 405错误

nginx配置文件加上
location / {
try_files $uri $uri/ /index.php?$query_string;
}
原文地址:https://www.cnblogs.com/brady-wang/p/11898570.html