Skip to content

Commit

Permalink
Try again to handle all v1 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bolasim committed Aug 24, 2024
1 parent 6b38251 commit dba08fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.9.31.dev-3"
version = "0.9.31.dev-4"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion truss/templates/docker_server/proxy.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ server {
}

# Forward all other paths
location / {
location ~ ^/v1 {
proxy_redirect off;
proxy_read_timeout 300s;

Expand Down

0 comments on commit dba08fb

Please sign in to comment.