mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Part of #7593. * Refactor tests out of packaged module for apache plugin * Exclude pycache and .py[cod] * Change tests path in tox.ini
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
<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>
|