Files
hassio-addons/comixed/rootfs/etc/nginx/includes/upstream.conf
Alexandre cf4db584a8 New addon
2024-03-08 13:38:40 +01:00

4 lines
48 B
Plaintext

upstream backend {
server 127.0.0.1:9810;
}