This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
ifef-registration/debian/vhost-apache-authentic-ifef

7 lines
228 B
Plaintext

<VirtualHost *:80>
ServerName authentic.example.com
include /usr/share/authentic/apache2.conf
CustomLog /var/log/apache2/authentic-access.log combined
ErrorLog /var/log/apache2/authentic-error.log
</VirtualHost>