Created
March 12, 2019 00:53
-
-
Save protoEvangelion/1c0ecbbb0e0660b9c34e826f9b36fbfc to your computer and use it in GitHub Desktop.
nginx rewrite
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
| location ~ ^/(de/|de_DE/|en/|en_AU/|en_US/|es/|es_ES/|fr/|fr_FR/|it/|it_IT/|ja/|ja_JP/|pt/|pt_BR/|zh/|zh_CN/)?welcome-learn/?$ { | |
| rewrite ^ https://dev.liferay.com/develop/portal permanent; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment