mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 14:16:58 -04:00
8 lines
259 B
Text
8 lines
259 B
Text
|
|
<VirtualHost *:80>
|
||
|
|
ServerName test.example.com
|
||
|
|
ServerAdmin webmaster@dummy-host.example.com
|
||
|
|
DocumentRoot /var/www/htdocs
|
||
|
|
ErrorLog logs/dummy-host.example.com-error_log
|
||
|
|
CustomLog logs/dummy-host.example.com-access_log common
|
||
|
|
</VirtualHost>
|