feat: modify the root path of the web
This commit is contained in:
parent
84fcdaebac
commit
d443d4bd46
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue