summaryrefslogtreecommitdiff
path: root/templates/include.d
AgeCommit message (Collapse)Author
2015-03-10hsts should be enabled on a per-site basiso
hsts does mix very badly with selfsigned certs. thus we disable it by default. set configuration['hsts'] = true for vhost with valid certs.
2014-11-15sni: make ssl_cert configurable per vhosto
to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future.