Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
docker
lurker
Commits
e73d8dc6
Commit
e73d8dc6
authored
Aug 01, 2019
by
ale
Browse files
Overwrite the default apache vhost config
parent
a524ab1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
e73d8dc6
...
...
@@ -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
...
...
conf/apache2/sites-available/
lurker
.conf
→
conf/apache2/sites-available/
000-default
.conf
View file @
e73d8dc6
<
VirtualHost
*:
80
>
<
VirtualHost
*:
${
APACHE_PORT
}
>
ServerAdmin
webmaster
@${
DOMAIN
}
ServerName
lists
.${
DOMAIN
}
DocumentRoot
/
var
/
lib
/
lurker
/
www
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment