Skip to content

Commit

Permalink
Fix missing quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Jan 28, 2025
1 parent 0dcc625 commit 632d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teddycloud/rootfs/etc/nginx/servers/ingress.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 ',"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 632d602

Please sign in to comment.