Project

Profile

Help

Issue #2288 » pulp_docker.conf

jreitmayer, 10/07/2016 06:27 PM

 
#
# Apache configuration file for Pulp's Docker support
#

# -- HTTPS Repositories ---------

Alias /pulp/docker /var/www/pub/docker/web

<Directory /var/www/pub/docker/web>
SSLRequireSSL
SSLVerifyClient optional_no_ca
SSLVerifyDepth 2
SSLOptions +StdEnvVars +ExportCertData +FakeBasicAuth
Options FollowSymLinks Indexes
</Directory>
(5-5/9)