diff --git a/conf.d/autoconfig.shore.co.il.conf b/conf.d/autoconfig.shore.co.il.conf
index 84109f9a2de57bb3bd4020467b065df47193e96f..32ec843bcfd1764a018c69c456902a3275dc6883 100644
--- a/conf.d/autoconfig.shore.co.il.conf
+++ b/conf.d/autoconfig.shore.co.il.conf
@@ -10,8 +10,8 @@ server {
 }
 
 server {
-    listen      443 ssl;
-    listen      [::]:443 ssl;
+    listen      443 ssl http2;
+    listen      [::]:443 ssl http2;
     server_name autoconfig.shore.co.il;
     root        /var/www/autoconfig.shore.co.il/;
     include     snippets/robots-allow-all.conf;
diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf
index 55aa1139c36be2475268b72a2cdbff2db03b5c6d..ff020791059ac02203a394ebd3dad6ca06d9e765 100644
--- a/conf.d/myip.shore.co.il.conf
+++ b/conf.d/myip.shore.co.il.conf
@@ -10,8 +10,8 @@ server {
 }
 
 server {
-    listen              443 ssl;
-    listen              [::]:443 ssl;
+    listen              443 ssl http2;
+    listen              [::]:443 ssl http2;
     server_name         myip.shore.co.il;
     include             snippets/robots-disallow-all.conf;
     include             snippets/ads-txt.conf;
diff --git a/conf.d/registry.shore.co.il.conf b/conf.d/registry.shore.co.il.conf
index 6989213672129687694fd2221e4bff261993ee10..83ebaa095bfdfbcbad8487256df3c69374bfab54 100644
--- a/conf.d/registry.shore.co.il.conf
+++ b/conf.d/registry.shore.co.il.conf
@@ -10,8 +10,8 @@ server {
 }
 
 server {
-    listen      443 ssl;
-    listen      [::]:443 ssl;
+    listen      443 ssl http2;
+    listen      [::]:443 ssl http2;
     server_name registry.shore.co.il;
     include     snippets/ssl.conf;
 
diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf
index 437a1da370e93778eefaf7805974bea691f3f727..b98371a6ccb7b042441e63d728e731349bb29282 100644
--- a/conf.d/shore.co.il.conf
+++ b/conf.d/shore.co.il.conf
@@ -16,8 +16,8 @@ server {
 }
 
 server {
-    listen      443 ssl;
-    listen      [::]:443 ssl;
+    listen      443 ssl http2;
+    listen      [::]:443 ssl http2;
     server_name shore.co.il;
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
diff --git a/conf.d/www.shore.co.il.conf b/conf.d/www.shore.co.il.conf
index b62661bb00c651976261d091004ca62a839bfc02..3f79fdb98bc6e8c8e7033be87f687c3e868cbdec 100644
--- a/conf.d/www.shore.co.il.conf
+++ b/conf.d/www.shore.co.il.conf
@@ -14,8 +14,8 @@ server {
 }
 
 server {
-    listen                  443 ssl;
-    listen                  [::]:443 ssl;
+    listen                  443 ssl http2;
+    listen                  [::]:443 ssl http2;
     server_name             www.shore.co.il;
     include                 snippets/robots-allow-all.conf;
     include                 snippets/ads-txt.conf;