1 2 3 4 5 6 7 8
server { listen 443 ssl; listen [::]:443 ssl; server_name water-api.example.com; location / { proxy_pass http://localhost:8888; } }