Skip to content

Instantly share code, notes, and snippets.

@lukemartin
Created December 10, 2012 15:40

Revisions

  1. lukemartin revised this gist Dec 10, 2012. No changes.
  2. lukemartin created this gist Dec 10, 2012.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    server {
    listen 80;
    server_name thepiratebay.example.com;

    location / {
    proxy_pass http://thepiratebay.se/;
    }
    }