From d443d4bd468a197e50a9f53b19f8f68acd9f455d Mon Sep 17 00:00:00 2001 From: billchen Date: Wed, 28 Feb 2024 17:35:28 +0800 Subject: [PATCH] feat: modify the root path of the web --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index fbfc89167..af83a6142 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -21,7 +21,7 @@ server { proxy_hide_header Access-Control-Allow-Methods; proxy_hide_header Access-Control-Allow-Headers; - root D:/ragflow/web/dist; + root /ragflow/web/dist; location / { index index.html;