diff --git a/HowtoGoAccess.md b/HowtoGoAccess.md index 382ae451..2b20dc3d 100644 --- a/HowtoGoAccess.md +++ b/HowtoGoAccess.md @@ -30,7 +30,7 @@ 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" +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) :