server { listen 80; server_name {{ http_host }}; location / { proxy_pass http://localhost:8888; } }