Files
2026-01-25 14:43:24 +00:00

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;