--- pound.cfg.old 2016-09-29 07:40:39.000000000 -0400 +++ pound.cfg.new 2016-09-29 07:41:25.000000000 -0400 @@ -6,6 +6,7 @@ Address 0.0.0.0 Port 443 Cert "/etc/openssl/private/agilein3minut.es.crt-and-key.pem" + Cert "/etc/openssl/private/schmonz.com.crt-and-key.pem" VerifyList "/etc/openssl/certs/ca-bundle.crt" Ciphers "HIGH:MEDIUM:!aNULL:!MD5:!RC4-SHA:!ECDHE-RSA-RC4-SHA" Disable SSLv3 @@ -17,6 +18,25 @@ Port 30096 End End + + Service + HeadRequire "Host: webmail.schmonz.com" + BackEnd + Address 127.0.0.1 + Port 30098 + End + End + Service + HeadRequire "Host: www.schmonz.com" + BackEnd + Address 127.0.0.1 + Port 30095 + End + End + Service + HeadRequire "Host: (.*.|)schmonz.(com|info|me|net|org)" + Redirect 301 "https://www.schmonz.com" + End End ListenHTTP @@ -212,15 +232,8 @@ Redirect 301 "https://webmail.schmonz.com/" End Service - HeadRequire "Host: www.schmonz.com" - BackEnd - Address 127.0.0.1 - Port 30095 - End - End - Service HeadRequire "Host: (.*.|)schmonz.(com|info|me|net|org)" - Redirect 301 "http://www.schmonz.com" + Redirect 301 "https://www.schmonz.com" End Service