Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created July 3, 2016 01:11
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 chrislerum/99780fea5ffc67970f0b79b8e16243d8 to your computer and use it in GitHub Desktop.
Save chrislerum/99780fea5ffc67970f0b79b8e16243d8 to your computer and use it in GitHub Desktop.
server {
listen 81;
server_name sempermedusa.com/blog;
return 301 http://$server_name$request_uri;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment