Skip to content

Commit

Permalink
Add proxy_ssl_server_name to nginx for strict SNI checking
Browse files Browse the repository at this point in the history
 
Closes: #70
  • Loading branch information
Joxit committed Feb 7, 2019
1 parent 7400d04 commit 14ca668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ server {

# required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486)
chunked_transfer_encoding on;
# required for strict SNI checking: see Issue #70 (https://github.com/Joxit/docker-registry-ui/issues/70)
proxy_ssl_server_name on;

location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 14ca668

Please sign in to comment.