Skip to content

Commit

Permalink
added http2 to nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Feb 9, 2023
1 parent 2c31b2a commit b52d59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution-server/default.conf.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 80 http2;
location /day_trader.Quote {
grpc_pass ${QUOTE_SERVER_URI};
}
Expand Down

0 comments on commit b52d59d

Please sign in to comment.