I have a few NGINX sites like this:
server { server_name app1.domain.com; location / { proxy_pass http://localhost:8081; } listen 443 ssl; # mana