Initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user