events {} http { server { server_name public.purplebirdman.online; location / { proxy_pass http://public_web; } } }