From 827f4d55c592b6b9069694655c49d09563df5730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:05:25 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__; }