From 68895dd1fdff49df9287e9f7e8e74174bf124e3e Mon Sep 17 00:00:00 2001 From: zhangkaihuai Date: Mon, 24 Mar 2025 05:09:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.conf?= 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 d6ffe9a..6cea6db 100644 --- a/nginx.conf +++ b/nginx.conf @@ -56,6 +56,10 @@ http { proxy_pass http://10.8.105.26:11434; } + location /dify { + proxy_pass http://10.8.105.207:8080; + } + }