diff --git a/nginx.conf b/nginx.conf index d10e4e1..62253f1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; }