puppet-httpd/files/sni

5 lines
126 B
Plaintext

# Enable SNI for HTTPS (this breaks HTTPS sites for MSIE on WinXP)
<IfModule mod_ssl.c>
NameVirtualHost *:443
</IfModule>