Skip to content

Commit

Permalink
Merge pull request #60 from ocadotechnology/revert-54-enable-sni
Browse files Browse the repository at this point in the history
Revert "feat: enable SNI in nginx"
  • Loading branch information
sitnik authored Feb 12, 2021
2 parents 6bfa210 + 27cc430 commit a7f6994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirroroperator/registrymirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7f6994

Please sign in to comment.