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:
parent
b71265e105
commit
587b44bf5e
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue