9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
server {
|
|
listen 80;
|
|
server_name esphome.z9;
|
|
|
|
location / {
|
|
proxy_pass http://localhost:6052;
|
|
}
|
|
}
|