Skip to content

Commit

Permalink
Fix ts-dev-proxy broken path
Browse files Browse the repository at this point in the history
Oksamies committed Jan 21, 2025
1 parent 9c2547d commit 6df322a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/ts-dev-proxy/nginx.conf
Original file line number Diff line number Diff line change
@@ -88,14 +88,9 @@ http {
# proxy_pass http://host.docker.internal:3000/developers;
# }

location /__remix/healthz {
proxy_pass http://host.docker.internal:3000/healthz;
proxy_set_header Host thunderstore.temp;
}

# For when running built remix
location /__remix/ {
proxy_pass http://host.docker.internal:3000/__remix/;
location /__remix {
proxy_pass http://host.docker.internal:3000/__remix;
proxy_set_header Host thunderstore.temp;
}

0 comments on commit 6df322a

Please sign in to comment.