📜  PhpDebugBar 未定义 nginx - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:19.834000             🧑  作者: Mango

代码示例1
In your site’s server block add /index.php?$args;
to try_files so that you get something like this:

try_files $uri $uri/ /index.php?$args;