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

fix nginx linter

This commit is contained in:
Salamandar 2024-03-13 00:53:13 +01:00
parent b71265e105
commit 587b44bf5e

View file

@ -19,7 +19,7 @@ location __PATH__/api {
proxy_pass http://127.0.0.1:__PORT____PATH__/api;
}
#location ~ __PATH__/[0-9]+/api {
#location ~ ^__PATH__/[0-9]+/api {
# auth_request off;
# proxy_pass http://127.0.0.1:__PORT____PATH__;
#}
@ -28,4 +28,3 @@ location __PATH__/Content {
auth_request off;
proxy_pass http://127.0.0.1:__PORT____PATH__/Content;
}