Files
hassio-addons/changedetection.io/rootfs/etc/nginx/includes/upstream.conf
2026-01-14 11:34:16 +01:00

4 lines
48 B
Plaintext

upstream backend {
server 127.0.0.1:5000;
}