From 857feaaf10627574e8139a01be999cf6bd894169 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Sun, 1 Feb 2026 22:33:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0alist=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index d10e4e1..62253f1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -96,6 +96,10 @@ server { proxy_pass http://host.docker.internal:8083/; } + location /alist-api/ { + proxy_pass http://host.docker.internal:5244/; + } + location / { try_files $uri $uri/ =404; }