diff --git a/tools/nginx.sh b/tools/nginx.sh index bd1c857..61ac713 100644 --- a/tools/nginx.sh +++ b/tools/nginx.sh @@ -165,7 +165,7 @@ server { # The majority of SSL options depend on what your application does or needs server { - listen 443 ssl; + listen 443 ssl http2; server_name example.com; ssl on; @@ -212,4 +212,4 @@ server { location / { proxy_pass http://node_js; } -} \ No newline at end of file +}