Skip to content

Commit

Permalink
Add hopefully the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Oct 9, 2024
1 parent 0499480 commit 0d79eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teddycloud/rootfs/etc/nginx/templates/ingress.gtpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ server {
sub_filter 'apiGetTeddyCloudApiRaw(`/api/' 'apiGetTeddyCloudApiRaw(`$http_x_ingress_path/api/';
sub_filter 'apiPostTeddyCloudApiRaw(`/api/' 'apiPostTeddyCloudApiRaw(`$http_x_ingress_path/api/';
sub_filter 'loadPath:"/web/' 'loadPath:"$http_x_ingress_path/web/';
sub_filter 'Lq="/web/assets/' 'Lq="$http_x_ingress_path/web/assets/';
sub_filter 'REACT_APP_TEDDYCLOUD_WEB_BASE:"/web"' 'REACT_APP_TEDDYCLOUD_WEB_BASE:"$http_x_ingress_path/web"';
sub_filter 'PUBLIC_URL:"/web"' 'PUBLIC_URL:"$http_x_ingress_path/web"';
sub_filter 'p="/web/"' 'p="$http_x_ingress_path/web/"';
Expand Down

0 comments on commit 0d79eb6

Please sign in to comment.