homeassistant-addons/oepl-proxy/rootfs/etc/nginx/templates/upstream.gtpl

4 lines
47 B
Text
Raw Normal View History

2024-02-26 21:39:33 +00:00
upstream backend {
server {{ .server }};
}