Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
atrzaska authored Jun 12, 2022
1 parent 14b2576 commit eb333ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ server {
proxy_pass http://client;
}

location /healthz {
return 200;
}

location /socket/websocket {
proxy_pass http://api;
proxy_http_version 1.1;
Expand Down

0 comments on commit eb333ac

Please sign in to comment.