Files
hassio-addons/browser_chromium/rootfs/etc/nginx/includes/upstream.conf
Alexandre ef300e1ad1 update
2026-01-16 19:44:04 +01:00

4 lines
48 B
Plaintext

upstream backend {
server 127.0.0.1:8080;
}