X-Git-Url: http://git.purplebirdman.com/proxy.git/blobdiff_plain/447ff1225f550133e34b46c53d6a1cc28c20368d..44064e280c44fa1ae2a471da641ed2b9439f6aee:/nginx.conf diff --git a/nginx.conf b/nginx.conf index 88c5a78..25d807f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -12,4 +12,11 @@ http { proxy_set_header Host $host; } } + server { + server_name public.purplebirdman.com; + location / { + proxy_pass http://public_web; + proxy_set_header Host $host; + } + } }