Merge "files.o.o : publish .log as text/plain"

This commit is contained in:
Zuul 2019-08-22 00:34:44 +00:00 committed by Gerrit Code Review
commit e03a97de8f
1 changed files with 2 additions and 0 deletions

View File

@ -33,4 +33,6 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %>
LogLevel warn
CustomLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_access.log combined
ServerSignature Off
AddType text/plain .log .log.1
</VirtualHost>