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