1
1
# IVLE web application server configuration for Apache 2 with SSL
3
4
ServerName ivle.localhost
4
5
RedirectMatch (.*) https://ivle.localhost$1
8
10
ServerName public.ivle.localhost
13
26
ServerName ivle.localhost
17
29
# Enable/Disable SSL for this virtual host.