blob: 4c7b95557bda28bad4f472edc5d3948b22ea62d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<VirtualHost *:80>
ServerName foobar
ServerAdmin webmaster@localhost
Redirect permanent / https://%DOMAIN%/
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
ErrorLog ${APACHE_LOG_DIR}/error.log
</VirtualHost>
|