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:
parent
948f33d44c
commit
827f4d55c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Allow the API External Access via NGINX
|
# Allow the API External Access via NGINX
|
||||||
location ^~ /readarr/api {
|
location ^~ __PATH__/api {
|
||||||
auth_basic off;
|
auth_basic off;
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue