Skip to content

Instantly share code, notes, and snippets.

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 olivertappin/10d02bacdbd7c15c41829ce0f8fb200c to your computer and use it in GitHub Desktop.
Save olivertappin/10d02bacdbd7c15c41829ce0f8fb200c to your computer and use it in GitHub Desktop.
Redirects traffic to a static page (great for serving static files files via Nginx as a pretty URL)
RewriteRule ^/?test/.* /my-static-content/test.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment