X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/6ca204bc38f19b450bec7d56b66396eabb5639ff..11aebc921cda1a9952e37872f210567de35f2e7f:/nginx.conf diff --git a/nginx.conf b/nginx.conf index 4ec3010..cb7a53d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,11 +12,4 @@ http { proxy_set_header Host $host; } } - server { - server_name go.purplebirdman.com; - location / { - proxy_pass http://go_web; - proxy_set_header Host $host; - } - } }