Skip to content

Instantly share code, notes, and snippets.

@SaigyoujiYuyuko233
Created January 23, 2020 00:32
Show Gist options
  • Save SaigyoujiYuyuko233/cfc7c20bf84fe414259844d694f06d69 to your computer and use it in GitHub Desktop.
Save SaigyoujiYuyuko233/cfc7c20bf84fe414259844d694f06d69 to your computer and use it in GitHub Desktop.
location ~ ^/(\.env|\.env.example|vendor|composer.json)
{
return 404;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment