Created
September 12, 2017 08:12
-
-
Save justdoit0823/367814b7abbf7239e1e7c65c2bac009f to your computer and use it in GitHub Desktop.
A collection of nginx tips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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