distribution/contrib/compose/nginx/docker-registry-v2.conf

5 lines
255 B
Plaintext
Raw Normal View History

proxy_pass http://docker-registry-v2;
proxy_set_header Host $http_host; # required for docker client's sake
proxy_set_header X-Real-IP $remote_addr; # pass on real client's IP
proxy_read_timeout 900;