server { listen 80; server_name git.noobtoroot.com; location / { proxy_pass http://git.noobtoroot.xyz:3000; } }