diff --git a/templates/logs-dev.vhost.erb b/templates/logs-dev.vhost.erb index 14937fb..aca3c79 100644 --- a/templates/logs-dev.vhost.erb +++ b/templates/logs-dev.vhost.erb @@ -65,6 +65,9 @@ NameVirtualHost <%= @vhost_name %>:<%= @port %> Order allow,deny allow from all Satisfy Any + # Only ignore the current dir file. Serve other dotfiles which may be logfiles + IndexIgnoreReset ON + IndexIgnore "." ExpiresActive On # Data in the logs server is static once generated by a job ExpiresDefault "access plus 2 weeks"