Files
hassio-addons/cloudcommander/rootfs/etc/nginx/includes/upstream.conf
2021-08-02 11:25:58 +02:00

4 lines
49 B
Plaintext

upstream backend {
server 127.0.0.1:8000;
}