fix docker-registry-proxy vhost template to use new defaults key names
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
711628bd1e
commit
2c76117b60
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
|
|
||||||
ServerName {{ domainname }}
|
ServerName {{ servername }}
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLCertificateFile {{ sslcertfile }}
|
SSLCertificateFile {{ ssl.destdir}}/{{ ssl.certfile_dest }}
|
||||||
SSLCertificateKeyFile {{ sslkeyfile }}
|
SSLCertificateKeyFile {{ ssl.destdir}}/{{ ssl.keyfile_dest }}
|
||||||
|
|
||||||
## SSL settings recommandation from: https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html
|
## SSL settings recommandation from: https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html
|
||||||
# Anti CRIME
|
# Anti CRIME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue