Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created March 18, 2012 02:21
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/2067951 to your computer and use it in GitHub Desktop.
Save jmervine/2067951 to your computer and use it in GitHub Desktop.
Sample Nginx Proxy Configuration
$ sudo cat /etc/nginx/sites-enabled/blog
server {
server_name blog.mervine.net;
location / {
proxy_pass http://f2h1gg.tumblr.com;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment