Skip to content

Commit ba84212

Browse files
C4J3gauthier-th
andauthored
docs: added missing sub_filters in nginx subpath (#1052)
* 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]>
1 parent f25b32a commit ba84212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/extending-jellyseerr/reverse-proxy.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ location ^~ /jellyseerr {
9595
sub_filter '/api/v1' '/$app/api/v1';
9696
sub_filter '/login/plex/loading' '/$app/login/plex/loading';
9797
sub_filter '/images/' '/$app/images/';
98+
sub_filter '/imageproxy/' '/$app/imageproxy/';
99+
sub_filter '/avatarproxy/' '/$app/avatarproxy/';
98100
sub_filter '/android-' '/$app/android-';
99101
sub_filter '/apple-' '/$app/apple-';
100102
sub_filter '/favicon' '/$app/favicon';

0 commit comments

Comments
 (0)