Skip to content

Commit

Permalink
Add another filter for tonieboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jan 28, 2025
1 parent 8fa32c2 commit b62f1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teddycloud/rootfs/etc/nginx/servers/ingress.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ server {
sub_filter ',"audioUrl":"/content' ',"audioUrl":"$http_x_ingress_path/content';
sub_filter ',"downloadTriggerUrl":"/content' ',"downloadTriggerUrl":"$http_x_ingress_path/content';
sub_filter ',"picture":"/cache' ',"picture":"$http_x_ingress_path/cache';
sub_filter ',"img_src":"/cache' ',"img_src:"$http_x_ingress_path/cache';
sub_filter '/api/toniesJsonSearch' '$http_x_ingress_path/api/toniesJsonSearch';
sub_filter "concat('', '/api" "concat('', '$http_x_ingress_path/api";
sub_filter 'return("/web/' 'return("$http_x_ingress_path/web/';
Expand Down

0 comments on commit b62f1f8

Please sign in to comment.