Skip to content

Commit

Permalink
fix(plex): attempt to solve iOS access issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst authored Dec 27, 2024
1 parent 5b7d4b2 commit 2f559a2
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 @@ -97,7 +97,7 @@ spec:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/configuration-snippet: |
if ($http_x_plex_device_name = '') {
rewrite ^/$ /web;
rewrite ^/$ https://$http_host/web/index.html;
}
gzip on;
Expand Down

0 comments on commit 2f559a2

Please sign in to comment.