Skip to content

Commit

Permalink
fix(plex): fix typo in rewrite directive
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst authored Dec 27, 2024
1 parent f91d7a9 commit e32d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
set $root_redir "";
if ($http_x_plex_device_name = '') { set $root_redir Y; }
if ($arg_X-Plex-Device-Name = '') { set $root_redir "${root_redir}Y"; }
if ($test = YY) {
if ($root_redir = YY) {
rewrite ^/$ https://$best_http_host/web/index.html;
}
Expand Down

0 comments on commit e32d7f2

Please sign in to comment.