Skip to content

Commit

Permalink
Add one more
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Oct 9, 2024
1 parent ffdcd0d commit 7b23555
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 @@ -29,6 +29,7 @@ server {
sub_filter '.concat("/web",' '.concat("$http_x_ingress_path/web",';
sub_filter 'apiGetTeddyCloudApiRaw("/api/' 'apiGetTeddyCloudApiRaw("$http_x_ingress_path/api/';
sub_filter 'apiGetTeddyCloudApiRaw(`/api/' 'apiGetTeddyCloudApiRaw(`$http_x_ingress_path/api/';
sub_filter 'apiPostTeddyCloudApiRaw(`/api/' 'apiPostTeddyCloudApiRaw(`$http_x_ingress_path/api/';
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 7b23555

Please sign in to comment.