Skip to content

Instantly share code, notes, and snippets.

@protoEvangelion
Created March 12, 2019 00:53
Show Gist options
  • Select an option

  • Save protoEvangelion/1c0ecbbb0e0660b9c34e826f9b36fbfc to your computer and use it in GitHub Desktop.

Select an option

Save protoEvangelion/1c0ecbbb0e0660b9c34e826f9b36fbfc to your computer and use it in GitHub Desktop.
nginx rewrite
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