server { listen 443 ssl; server_name git.vlw.se; include snippets/vlw.se-ssl; location / { proxy_pass http://localhost:8004; } }