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
24
ServerName ivle.localhost
17
27
# Enable/Disable SSL for this virtual host.