forked from CCCHH/ansible-infra
8 lines
102 B
Text
8 lines
102 B
Text
server {
|
|
listen 80;
|
|
server_name esphome.z9;
|
|
|
|
location / {
|
|
proxy_pass http://localhost:6052;
|
|
}
|
|
}
|