9 lines
221 B
Text
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>
|