server { listen 443 ssl; server_name git.netoik.io; location / { proxy_pass http://127.0.0.1:3000; } }