Skip to content

Instantly share code, notes, and snippets.

@178inaba
Created September 29, 2015 10:40
Show Gist options
  • Select an option

  • Save 178inaba/5c86027198988e770ead to your computer and use it in GitHub Desktop.

Select an option

Save 178inaba/5c86027198988e770ead to your computer and use it in GitHub Desktop.
exclude some directory in basic authentication of nginx.
server {
location / {
satisfy any;
allow all;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment