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