7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
# Docker registry needs Authorization header passthrough
|
|
proxy_set_header Authorization $http_authorization;
|
|
proxy_pass_header Authorization;
|
|
|
|
# Private access control
|
|
include /etc/nginx/vhost.d/private;
|