Skip to content

Commit

Permalink
Upgrade nginx proxy http version (kubeflow#597)
Browse files Browse the repository at this point in the history
Signed-off-by: Griffin-Sullivan <[email protected]>
  • Loading branch information
Griffin-Sullivan authored Nov 27, 2024
1 parent c811819 commit 4099d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/ui/frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass ${API_URL};
proxy_http_version 1.1;
}
}

0 comments on commit 4099d46

Please sign in to comment.