From 6ba9aa5d1ddab88a74335c116cfe0f646d39230e Mon Sep 17 00:00:00 2001 From: zhangkaihuai Date: Mon, 24 Mar 2025 05:30:52 +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, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 6cea6db..63a0b3a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -56,8 +56,8 @@ http { proxy_pass http://10.8.105.26:11434; } - location /dify { - proxy_pass http://10.8.105.207:8080; + location /dify/dify { + proxy_pass http://10.8.105.207:8080; }