Skip to content

Instantly share code, notes, and snippets.

@stevencorona
Created June 30, 2010 02:21
Show Gist options
  • Save stevencorona/458135 to your computer and use it in GitHub Desktop.
Save stevencorona/458135 to your computer and use it in GitHub Desktop.
location /fs/media/ {
allow 10.0.0.5;
deny all;
root /path/to/data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment