This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hasio-addons/mopidy-addon/rootfs/etc/nginx/includes/upstream.conf
2022-03-16 12:35:10 +01:00

4 lines
48 B
Plaintext

upstream backend {
server 127.0.0.1:4478;
}