Files
hassio-addons/adguard/rootfs/etc/nginx/includes/upstream.conf
2021-01-05 09:47:42 +01:00

4 lines
52 B
Plaintext

upstream backend {
server 127.0.0.1:%%port%%;
}