MISP/build/github-action-ci-apache

16 lines
491 B
Plaintext
Raw Permalink Normal View History

<VirtualHost *:80>
2020-11-16 23:12:00 +01:00
ServerAdmin me@me.local
ServerName %HOST%
DocumentRoot %GITHUB_WORKSPACE%/app/webroot
<Directory %GITHUB_WORKSPACE%/app/webroot>
Options -Indexes
AllowOverride all
Require all granted
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/misp.local_error.log
CustomLog /var/log/apache2/misp.local_access.log combined
ServerSignature Off
</VirtualHost>