ansible-infra/playbooks/files/configs/esphome/nginx/esphome.conf

9 lines
102 B
Plaintext

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