feat:增加alist代理

This commit is contained in:
2026-02-01 22:33:47 +08:00
parent 338f630f6a
commit 857feaaf10

View File

@@ -96,6 +96,10 @@ server {
proxy_pass http://host.docker.internal:8083/;
}
location /alist-api/ {
proxy_pass http://host.docker.internal:5244/;
}
location / {
try_files $uri $uri/ =404;
}