diff --git a/conf.d/code.shore.co.il.conf b/conf.d/code.shore.co.il.conf index 9c62ba73925e452d50b2ee2a065608215a40d58e..8745c5b4421955ceeae1e5a00bb7e4cf371f0618 100644 --- a/conf.d/code.shore.co.il.conf +++ b/conf.d/code.shore.co.il.conf @@ -12,8 +12,8 @@ server { } server { - listen 443 ssl; - listen [::]:443 ssl; + listen 443 ssl http2; + listen [::]:443 ssl http2; server_name code.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; diff --git a/conf.d/git.shore.co.il.conf b/conf.d/git.shore.co.il.conf index 65989ac3b029e156165587006b48e5382be24c8e..0c8eeee74f39a0468d345197c756e9ced0cff04f 100644 --- a/conf.d/git.shore.co.il.conf +++ b/conf.d/git.shore.co.il.conf @@ -12,8 +12,8 @@ server { } server { - listen 443 ssl; - listen [::]:443 ssl; + listen 443 ssl http2; + listen [::]:443 ssl http2; server_name git.shore.co.il; include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; diff --git a/conf.d/lam.shore.co.il b/conf.d/lam.shore.co.il index b8f7efffe4d51a0304388f7b3b368c17c41395d2..1dfd38bdf97f060321c25ba8cb576a3488de28a8 100644 --- a/conf.d/lam.shore.co.il +++ b/conf.d/lam.shore.co.il @@ -12,8 +12,8 @@ server { } server { - listen 443 ssl; - listen [::]:443 ssl; + listen 443 ssl http2; + listen [::]:443 ssl http2; server_name lam.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; diff --git a/conf.d/mail.shore.co.il.conf b/conf.d/mail.shore.co.il.conf index 322764a598c5286d3ff05921536652adfa925452..b366276f37f46b133878e8b8515b4a4c00a93d88 100644 --- a/conf.d/mail.shore.co.il.conf +++ b/conf.d/mail.shore.co.il.conf @@ -9,8 +9,8 @@ server { } server { - listen 443 ssl; - listen [::]:443 ssl; + listen 443 ssl http2; + listen [::]:443 ssl http2; server_name mta-sts.shore.co.il; root /var/www/mail.shore.co.il/; include snippets/robots-disallow-all.conf; diff --git a/conf.d/nextcloud.shore.co.il.conf b/conf.d/nextcloud.shore.co.il.conf index f138c70342c162f215538ff074cc3fbe1f0e5ac2..cb4389cb72f130e14a19005d9f4b9a8b79657dd3 100644 --- a/conf.d/nextcloud.shore.co.il.conf +++ b/conf.d/nextcloud.shore.co.il.conf @@ -12,8 +12,8 @@ server { } server { - listen 443 ssl; - listen [::]:443 ssl; + listen 443 ssl http2; + listen [::]:443 ssl http2; server_name nextcloud.shore.co.il; include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf;