1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 23:51:47 +00:00

Refactor NGINX configuration of Home Assistant Add-on (#4312)

This commit is contained in:
Franck Nijhof
2023-01-18 19:54:27 +01:00
committed by Jesse Hills
parent a2925b1d37
commit 3c5de77ae9
10 changed files with 60 additions and 100 deletions

View File

@@ -0,0 +1,3 @@
upstream esphome {
server unix:/var/run/esphome.sock;
}