Skip to content

Commit

Permalink
Merge pull request #26 from MarcusDunn/nginx-http2
Browse files Browse the repository at this point in the history
added http2 to nginx
  • Loading branch information
MarcusDunn authored Feb 9, 2023
2 parents 2c31b2a + b52d59d commit 482815e
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 482815e

Please sign in to comment.