Skip to content

Instantly share code, notes, and snippets.

@ober
Created August 24, 2011 18:20
Show Gist options
  • Save ober/1168756 to your computer and use it in GitHub Desktop.
Save ober/1168756 to your computer and use it in GitHub Desktop.
server {
server_name www.jaime.com:8080;
rewrite ^(.*) http://localhost:8080/works.html permanent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment