Answers for "PhpDebugBar is not defined nginx"

0

PhpDebugBar is not defined nginx

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;
Posted by: Guest on March-15-2021

Browse Popular Code Answers by Language