diff --git a/conf.d/auth.shore.co.il.conf b/conf.d/auth.shore.co.il.conf index 014ac07c4c069cb02a17d052354525b9d4c33b68..4900960d29596dfcdb1c73edd736169f5067b8b5 100644 --- a/conf.d/auth.shore.co.il.conf +++ b/conf.d/auth.shore.co.il.conf @@ -21,7 +21,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { diff --git a/conf.d/code.shore.co.il.conf b/conf.d/code.shore.co.il.conf index 8745c5b4421955ceeae1e5a00bb7e4cf371f0618..651c6ae8031fad2bfc67c57d7a6fb1431f2ef7db 100644 --- a/conf.d/code.shore.co.il.conf +++ b/conf.d/code.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; # The following was copied (and modified) from # https://www.collaboraoffice.com/code/nginx-reverse-proxy/. diff --git a/conf.d/git.shore.co.il.conf b/conf.d/git.shore.co.il.conf index 0c8eeee74f39a0468d345197c756e9ced0cff04f..de377e421205204d64ec602d4b7b378a6da0f5a1 100644 --- a/conf.d/git.shore.co.il.conf +++ b/conf.d/git.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { proxy_pass http://$git$request_uri; diff --git a/conf.d/lam.shore.co.il.conf b/conf.d/lam.shore.co.il.conf index 1dfd38bdf97f060321c25ba8cb576a3488de28a8..4094283d47b10d59b136ee9ef5ae2283033bb02c 100644 --- a/conf.d/lam.shore.co.il.conf +++ b/conf.d/lam.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { proxy_pass http://$lam$request_uri; diff --git a/conf.d/nextcloud.shore.co.il.conf b/conf.d/nextcloud.shore.co.il.conf index cb4389cb72f130e14a19005d9f4b9a8b79657dd3..2bbbc5af570bffb8880641c9496f846a457a52f4 100644 --- a/conf.d/nextcloud.shore.co.il.conf +++ b/conf.d/nextcloud.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; include snippets/nextcloud-well-known.conf; location / { diff --git a/conf.d/notify.shore.co.il.conf b/conf.d/notify.shore.co.il.conf index 56d8c01d6ca0c67eabe69c212e84683918b2eb18..7da832edae0cda602afa707e08a347fc6c4158b1 100644 --- a/conf.d/notify.shore.co.il.conf +++ b/conf.d/notify.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { proxy_pass http://$notify:8080$request_uri; diff --git a/conf.d/sogo.shore.co.il.conf b/conf.d/sogo.shore.co.il.conf index 331eaf3c730a555462f31c3051fa9d09b34fdb86..1cb0f091c1d38233c072d3b41fa5677ce3736231 100644 --- a/conf.d/sogo.shore.co.il.conf +++ b/conf.d/sogo.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { return 301 https://$host/SOGo/; } location /SOGo { return 301 https://$host/SOGo/; } diff --git a/conf.d/vouch.shore.co.il.conf b/conf.d/vouch.shore.co.il.conf index 00266ca674cc0bf1672bd37f72aae588ec1a5f2e..706434c74360e8de53820b49707f1e2b52489a73 100644 --- a/conf.d/vouch.shore.co.il.conf +++ b/conf.d/vouch.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { proxy_pass http://$vouch:9090; diff --git a/conf.d/zpush.shore.co.il.conf b/conf.d/zpush.shore.co.il.conf index 46f4e6e946a2f8afc33a6d9825c26f8fc072b1a2..cf69f25a67f20398167c4f1675e574cb39f23dcd 100644 --- a/conf.d/zpush.shore.co.il.conf +++ b/conf.d/zpush.shore.co.il.conf @@ -18,7 +18,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; - include snippets/ssl.conf; + include snippets/ssl-legacy.conf; location / { proxy_pass http://$zpush;