feat:增加alist代理
This commit is contained in:
@@ -96,6 +96,10 @@ server {
|
|||||||
proxy_pass http://host.docker.internal:8083/;
|
proxy_pass http://host.docker.internal:8083/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /alist-api/ {
|
||||||
|
proxy_pass http://host.docker.internal:5244/;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user