From 27cc430eecdab17b47891f56453aa72ef1a6bee4 Mon Sep 17 00:00:00 2001 From: Alexander Sitnik Date: Fri, 12 Feb 2021 13:21:21 +0300 Subject: [PATCH] Revert "feat: enable SNI in nginx" --- mirroroperator/registrymirror.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mirroroperator/registrymirror.py b/mirroroperator/registrymirror.py index 1d98feb..c881294 100644 --- a/mirroroperator/registrymirror.py +++ b/mirroroperator/registrymirror.py @@ -121,8 +121,6 @@ def __init__(self, event_type, namespace, docker_registry, proxy_ssl_verify on; proxy_ssl_verify_depth 9; proxy_ssl_session_reuse on; - proxy_ssl_name $host; - proxy_ssl_server_name on; {{auth}} proxy_cache {zone}; proxy_cache_valid 7d;