Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created January 12, 2013 02:21
Show Gist options
  • Select an option

  • Save nodesocket/4515718 to your computer and use it in GitHub Desktop.

Select an option

Save nodesocket/4515718 to your computer and use it in GitHub Desktop.
location ~* \.(?:css|js)$ {
allow 64.3.62.1;
deny all;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment