Mercurial > hg > webaudioevaluationtool
annotate apache/000-default.conf @ 3141:335bc77627e0 tip
fixing discrete interface to allow labels to display
author | Dave Moffat <me@davemoffat.com> |
---|---|
date | Mon, 26 Jul 2021 12:15:24 +0100 |
parents | bc0ef78bb07a |
children |
rev | line source |
---|---|
nicholas@3139 | 1 <VirtualHost *:80> |
nicholas@3139 | 2 |
nicholas@3139 | 3 ServerAdmin admin@localhost |
nicholas@3139 | 4 DocumentRoot /var/www/html |
nicholas@3139 | 5 ErrorLog ${APACHE_LOG_DIR}/error.log |
nicholas@3139 | 6 CustomLog ${APACHE_LOG_DIR}/access.log combined |
nicholas@3139 | 7 |
nicholas@3139 | 8 </VirtualHost> |