From 975b88558ad04908eac86359115a8439372a9b6a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 23 Aug 2025 08:38:42 +0200 Subject: [PATCH] Update upstream.conf --- calibre/rootfs/etc/nginx/includes/upstream.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre/rootfs/etc/nginx/includes/upstream.conf b/calibre/rootfs/etc/nginx/includes/upstream.conf index 4c8503e5c..b292326bd 100644 --- a/calibre/rootfs/etc/nginx/includes/upstream.conf +++ b/calibre/rootfs/etc/nginx/includes/upstream.conf @@ -1,3 +1,3 @@ upstream backend { - server 127.0.0.1:8181; + server 127.0.0.1:8080; }