Skip to content

Instantly share code, notes, and snippets.

@justdoit0823
Created September 12, 2017 08:12
Show Gist options
  • Save justdoit0823/367814b7abbf7239e1e7c65c2bac009f to your computer and use it in GitHub Desktop.
Save justdoit0823/367814b7abbf7239e1e7c65c2bac009f to your computer and use it in GitHub Desktop.
A collection of nginx tips.
rewrite url prefix
rewrite /url_prefix(.*) /$1 break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment