]> git.openstreetmap.org Git - chef.git/commitdiff
Restore comment
authorTom Hughes <tom@compton.nu>
Tue, 12 Mar 2024 13:19:13 +0000 (13:19 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 12 Mar 2024 13:19:13 +0000 (13:19 +0000)
cookbooks/apache/templates/default/httpd.conf.erb

index dca3b6610768916f7ce1bb62c57f21b6a7f9d052..3f78187f8b540d37e878184e440b09d138964515 100644 (file)
@@ -64,4 +64,5 @@ AddType application/x-xz .xz
 # Configure logging
 BufferedLogs <%= node[:apache][:buffered_logs] ? "On" : "Off" %>
 
+# Define an extended log format that includes request time and SSL details
 LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus %{SSL_PROTOCOL}x %{SSL_CIPHER}x" combined_extended