source: alternc/trunk/etc/alternc/apache-ssl.conf @ 1542

Revision 1542, 136 bytes checked in by anarcat, 7 years ago (diff)

activate a configuration file for the bureau, common for both SSL and non-SSL configs, requested by pierre-gilles et
benji.

activate variable substitution for bureau.conf in alternc.install

Line 
1<VirtualHost *:443>
2        SSLEnable
3        SSLRequireSSL
4        DocumentRoot /var/alternc/bureau
5        Include /etc/alternc/bureau.conf
6</VirtualHost>
Note: See TracBrowser for help on using the repository browser.