mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-11 21:09:00 +08:00
### What problem does this PR solve? add the nginx path `/api` for sdk handlers ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
1e6d44d6ef
commit
1d6bcf5aa2
@ -10,7 +10,7 @@ server {
|
|||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
gzip_disable "MSIE [1-6]\.";
|
gzip_disable "MSIE [1-6]\.";
|
||||||
|
|
||||||
location /v1 {
|
location ~ ^/(v1|api) {
|
||||||
proxy_pass http://ragflow:9380;
|
proxy_pass http://ragflow:9380;
|
||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user