mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 04:40:23 -05:00
8 lines
213 B
Text
8 lines
213 B
Text
|
|
<VirtualHost *:80>
|
||
|
|
ServerName gentoo.example.com
|
||
|
|
ServerAdmin webmaster@localhost
|
||
|
|
DocumentRoot /var/www/html
|
||
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
|
</VirtualHost>
|