X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b49ab0c71dd5bb838ffbc04f5936dc2267a1adda..11353b25e92155e86a2f1a5d7f9d7462fb8aa8a0:/docker/workbench/apache2_vhost.in diff --git a/docker/workbench/apache2_vhost.in b/docker/workbench/apache2_vhost.in index 9ea248198e..ba9e7f8595 100644 --- a/docker/workbench/apache2_vhost.in +++ b/docker/workbench/apache2_vhost.in @@ -1,7 +1,8 @@ + - ServerName workbench.@@API_HOSTNAME@@.arvadosapi.com - ServerAdmin sysadmin@clinicalfuture.com + ServerName workbench.@@ARVADOS_DOMAIN@@ + ServerAdmin sysadmin@curoverse.com RailsEnv @@WORKBENCH_RAILS_MODE@@ RackBaseURI / @@ -22,5 +23,13 @@ allow from all - + + SSLEngine off + # SSLCertificateChainFile /etc/ssl/certs/startcom.sub.class1.server.ca.pem + # SSLCACertificateFile /etc/ssl/certs/startcom.ca.pem + SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem + SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key + SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown + +