Files
hassio-addons/cloudcommander/rootfs/etc/nginx/includes/upstream.conf
2021-12-27 10:28:02 +01:00

5 lines
50 B
Plaintext

upstream backend {
server 127.0.0.1:8000;
}