mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-09-22 05:24:56 -04:00
Ignore plex unauthorized requests
This commit is contained in:
parent
51d6132d63
commit
665eace79f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
||||||
failregex = ^<HOST>.*"(GET|POST|HEAD).*" 401 .*$
|
failregex = ^(?!.*?(?i)plex)<HOST>.*"(GET|POST|HEAD).*" 401 .*$
|
||||||
|
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue