blob: 5d2379b5bb3316ceefc3a2dc9ef776bf89ea102a [file] [log] [blame]
Listen %DIB_PIP_REPO_PORT%
<VirtualHost *:%DIB_PIP_REPO_PORT%>
DocumentRoot %DIB_PIP_REPO%
<Directory %DIB_PIP_REPO%>
DirectoryIndex index.html
Require all granted
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/%APACHE_NAME%/dib_pip_repo_error.log
LogLevel warn
CustomLog /var/log/%APACHE_NAME%/dib_pip_repo_access.log combined
</VirtualHost>