Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created May 22, 2012 16:49
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 jmervine/2770204 to your computer and use it in GitHub Desktop.
Save jmervine/2770204 to your computer and use it in GitHub Desktop.
$ sudo cat /etc/nginx/sites-enabled/blog
server {
server_name blog.mervine.net;
location / {
proxy_pass http://f2h1gg.tumblr.com;
}
}
$ sudo ls -al /etc/nginx/sites-enabled/blog
lrwxrwxrwx 1 root root 23 2012-03-18 00:23 /etc/nginx/sites-enabled/blog
-> ../sites-available/blog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment