Files
hassio-addons/transmission/rootfs/etc/nginx/includes/upstream.conf

4 lines
48 B
Plaintext

upstream backend {
server 127.0.0.1:9091;
}