Skip to content
Snippets Groups Projects
Commit e73d8dc6 authored by ale's avatar ale
Browse files

Overwrite the default apache vhost config

parent a524ab1b
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,7 @@ install_packages ${PACKAGES} \
# Enable the apache modules we need.
a2enmod -q cgi rewrite
# Enable the lurker vhost.
a2ensite lurker
# No need to enable the default apache vhost.
# Create mountpoint dirs.
mkdir -p /var/lib/lurker
......
<VirtualHost *:80>
<VirtualHost *:${APACHE_PORT}>
ServerAdmin webmaster@${DOMAIN}
ServerName lists.${DOMAIN}
DocumentRoot /var/lib/lurker/www
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment