From b45227bd9111a7cc7c903a6f24fa32994ee38f49 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Apr 2021 21:58:48 +0200 Subject: [PATCH] Create upstream.conf --- joal/rootfs/etc/includes/upstream.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 joal/rootfs/etc/includes/upstream.conf diff --git a/joal/rootfs/etc/includes/upstream.conf b/joal/rootfs/etc/includes/upstream.conf new file mode 100644 index 000000000..61ecbf251 --- /dev/null +++ b/joal/rootfs/etc/includes/upstream.conf @@ -0,0 +1,3 @@ +upstream backend { + server 127.0.0.1:8080; +}