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;