diff --git a/conf/nginx.conf b/conf/nginx.conf index fe1be8c..495e2c1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,7 @@ location __PATH__/ { } # Allow the API External Access via NGINX -location ^~ /readarr/api { +location ^~ __PATH__/api { auth_basic off; proxy_pass http://127.0.0.1:__PORT__; }