nginx配置laravel lumen重写

location / {
try_files $uri $uri/ /index.php?$query_string;
}

原文地址:https://www.cnblogs.com/brady-wang/p/12713266.html