Skip to content

Instantly share code, notes, and snippets.

@trevorgreenleaf
Created July 9, 2018 00:01
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 trevorgreenleaf/9ec0abdcfbe483f456b96ffb3236fe95 to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/9ec0abdcfbe483f456b96ffb3236fe95 to your computer and use it in GitHub Desktop.
# redirect to new domain
rewrite ^/(.*) https://some-domain.com/$1 permanent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment