1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/readarr_ynh.git synced 2024-09-03 20:16:17 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-10-04 22:05:25 +02:00
parent 948f33d44c
commit 827f4d55c5

View file

@ -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__;
}