]> git.openstreetmap.org Git - rails.git/blobdiff - config/lighttpd.conf
Log the requested language.
[rails.git] / config / lighttpd.conf
index 3befa5c87f8907318500e455b22deeef759b00ff..9e8acadbaf8221d05a741f3052d3dd8831fba7a7 100644 (file)
@@ -26,6 +26,7 @@ server.reject-expect-100-with-417 = "disable"
 # Setup logging
 #
 accesslog.filename = "/var/log/lighttpd/access.log"
+accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Accept-Language}i\""
 server.errorlog = "/var/log/lighttpd/error.log"
 
 #