news-android/docker-nextcloud-test-instances/ssl_config.append
2017-05-26 22:34:31 +02:00

9 lines
221 B
Text

<IfModule mod_ssl.c>
<VirtualHost *:443>
DocumentRoot /var/www/html/
# ServerName *
SSLEngine on
SSLCertificateFile /nextcloud.cert
SSLCertificateKeyFile /nextcloud.key
</VirtualHost>
</IfModule>