Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@satkinson
Latest commit 7e3b04d Oct 2, 2023 History
2 contributors

Users who have contributed to this file

@skoranda @satkinson
15 lines (10 sloc) 416 Bytes
ServerName https://${COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN}:443
DocumentRoot /var/www/html
RedirectMatch ^/$ /registry/
LogLevel warn
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"
Header always set Content-Security-Policy "frame-ancestors 'self';"
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
SSLHonorCipherOrder on