server { listen 80; server_name esphome.z9; location / { proxy_pass http://localhost:6052; } }