Skip to content

Commit

Permalink
docs: added missing sub_filters in nginx subpath (#1052)
Browse files Browse the repository at this point in the history
* Update reverse-proxy.mdx

Fix posters not showing up when using sub-folder (at least with NPM)

* Update docs/extending-jellyseerr/reverse-proxy.mdx

Added `avatarproxy` support

Co-authored-by: Gauthier <[email protected]>

---------

Co-authored-by: Gauthier <[email protected]>
  • Loading branch information
C4J3 and gauthier-th authored Nov 13, 2024
1 parent f25b32a commit ba84212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/extending-jellyseerr/reverse-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ location ^~ /jellyseerr {
sub_filter '/api/v1' '/$app/api/v1';
sub_filter '/login/plex/loading' '/$app/login/plex/loading';
sub_filter '/images/' '/$app/images/';
sub_filter '/imageproxy/' '/$app/imageproxy/';
sub_filter '/avatarproxy/' '/$app/avatarproxy/';
sub_filter '/android-' '/$app/android-';
sub_filter '/apple-' '/$app/apple-';
sub_filter '/favicon' '/$app/favicon';
Expand Down

0 comments on commit ba84212

Please sign in to comment.