server { listen 44301 ssl; server_name _; include snippets/vlw.se-ssl; location / { proxy_pass http://localhost:8001; } }