Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/1e130ef23f57667a1dd37a677c382bba to your computer and use it in GitHub Desktop.
Save antunesleo/1e130ef23f57667a1dd37a677c382bba to your computer and use it in GitHub Desktop.
location alias example nginx
location /cache {
add_header Access-Control-Allow-Origin *;
alias /some-folder/some-another-folder;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment