blob: a2f2087cc819f000380142cf39ce4b1a64ea30c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<VirtualHost _default_:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/html
Include /etc/apache2/conf-available/rewrite-http-to-https.conf
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
|