mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 09:39:53 -04:00
9 lines
212 B
Text
9 lines
212 B
Text
<VirtualHost *:80 [::]:80>
|
|
DocumentRoot /tmp
|
|
ServerName example.com
|
|
ServerAlias www.example.com
|
|
CustomLog ${APACHE_LOG_DIR}/example.log combined
|
|
<Directory "/tmp">
|
|
AllowOverride All
|
|
</Directory>
|
|
</VirtualHost>
|