Skip to content

Commit

Permalink
Update default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Melberg authored Jun 30, 2024
1 parent 4a71468 commit 0ad44a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ server {
return 200 '{"status":"UP"}';
}
}
server {
listen 6000;

http2 on;

location / {
grpc_pass interdevice:6000;
}
}

0 comments on commit 0ad44a6

Please sign in to comment.