10 lines
302 B
Django/Jinja
10 lines
302 B
Django/Jinja
# {{ ansible_managed }}
|
|
# oxlorg.certs - dummy site used for letsencrypt certbot
|
|
|
|
<VirtualHost *:80>
|
|
ServerName dummy.letsencrypt.localhost
|
|
ServerAdmin webmaster@localhost
|
|
ErrorLog {{ APACHE_CONFIG.log.path }}/error.log
|
|
CustomLog {{ APACHE_CONFIG.log.path }}/access.log combined
|
|
</VirtualHost>
|