Updating the Request Header directive for compatibility with httpd 2.2
Signed-off-by: Alex Elman <aelman@indeed.com>
This commit is contained in:
parent
5257e2dc9e
commit
7a4e5f3723
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
ErrorLog ${APACHE_LOG_DIR}/registry_error_ssl_log
|
ErrorLog ${APACHE_LOG_DIR}/registry_error_ssl_log
|
||||||
CustomLog ${APACHE_LOG_DIR}/registry_access_ssl_log combined env=!dontlog
|
CustomLog ${APACHE_LOG_DIR}/registry_access_ssl_log combined env=!dontlog
|
||||||
|
|
||||||
Header set Host "registry.example.com"
|
Header always set "Docker-Distribution-Api-Version" "registry/2.0"
|
||||||
Header set "Docker-Distribution-Api-Version" "registry/2.0"
|
Header onsuccess set "Docker-Distribution-Api-Version" "registry/2.0"
|
||||||
RequestHeader set X-Forwarded-Proto "https"
|
RequestHeader set X-Forwarded-Proto "https"
|
||||||
|
|
||||||
ProxyRequests off
|
ProxyRequests off
|
||||||
|
|
Loading…
Reference in a new issue