PhpDebugBar is not defined nginx code example
Example: 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;
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;