diff options
Diffstat (limited to 'shib_secondary/remote/000-bwlp-default.conf')
-rw-r--r-- | shib_secondary/remote/000-bwlp-default.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shib_secondary/remote/000-bwlp-default.conf b/shib_secondary/remote/000-bwlp-default.conf new file mode 100644 index 0000000..4c7b955 --- /dev/null +++ b/shib_secondary/remote/000-bwlp-default.conf @@ -0,0 +1,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> |