feat: modify the root path of the web

This commit is contained in:
billchen 2024-02-28 17:35:28 +08:00
parent 84fcdaebac
commit d443d4bd46

View file

@ -21,7 +21,7 @@ server {
proxy_hide_header Access-Control-Allow-Methods; proxy_hide_header Access-Control-Allow-Methods;
proxy_hide_header Access-Control-Allow-Headers; proxy_hide_header Access-Control-Allow-Headers;
root D:/ragflow/web/dist; root /ragflow/web/dist;
location / { location / {
index index.html; index index.html;