Initial commit

This commit is contained in:
2025-02-22 12:19:31 +01:00
commit 0c30086b37
11 changed files with 155 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<VirtualHost *:443>
DocumentRoot "/var/www/html"
ServerName localhost
SSLEngine on
SSLCertificateFile "/etc/ssl/certs/localhost.crt"
SSLCertificateKeyFile "/etc/ssl/private/localhost.key"
# Other directives here
</VirtualHost>