Skip to content

Instantly share code, notes, and snippets.

@foreverplay
Created June 4, 2020 08:41
Show Gist options
  • Save foreverplay/c541c608ed1b1fa13e22d899989d06af to your computer and use it in GitHub Desktop.
Save foreverplay/c541c608ed1b1fa13e22d899989d06af to your computer and use it in GitHub Desktop.
nginx: [emerg] unknown directive "if($request_uri" in
nginx: [emerg] unknown directive "if($request_uri" in

solution: add a blank after if

if ($request_uri ~ '/admin') {
    return 404;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment