You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-glpi/site_ssl.conf

19 lines
389 B

<VirtualHost *:443>
DocumentRoot /var/www/html/glpi
SSLEngine on
SSLCertificateFile /etc/certs/glpi.crt
SSLCertificateKeyFile /etc/certs/glpi.key
<Directory /var/www/html/glpi>
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
ErrorLog /var/log/apache2/error-glpi-ssl.log
LogLevel warn
CustomLog /var/log/apache2/access-glpi-ssl.log combined
</VirtualHost>