diff --git a/nginx.conf.template b/nginx.conf.template index 7ee4d5b..2b1b229 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -1,4 +1,5 @@ server { + listen 80 http2; root /usr/share/nginx/html; index index.html;