diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index 1b0ebf72..9f711c19 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -27,6 +27,12 @@ date-format %d/%b/%Y log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u" ~~~ +Pour HAProxy, le `log-format` est le suivant : + +~~~ +log-format %^ %^ %^ %^ %^ %h:%^ [%d:%t.%^] %^ %^ %^/%^/%^/%L/%^ %s %b %^ %^ %^ %^ %^ {%v|%u} "%m %U %H" +~~~ + Pour générer un rapport HTML (un seul fichier, les styles sont inline) : avec GoAccess 0.8.3 :