-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
bugSomething isn't workingSomething isn't working
Description
My ferron config:
* {
protocols "h1" "h2" "h3"
log_date_format "%Y/%m/%d %H:%M:%S"
log_format "[{timestamp}] {client_ip} - {header:User-Agent} \"{method} {path_and_query} {version}\" {status_code} {content_length} \"{header:Referer}\""
}
myapp.com {
root "/var/www/myapp"
precompressed
log "/share/logs_ferron/myapp.access.log"
error_log "/share/logs_ferron/myapp.error.log"
}
But output log access:
The {client_ip} field displays an incorrect value.
Correct:
14.232.208.159
14.232.208.159
213.209.157.58
217.182.64.155
Wrong:
::ffff:14.232.208.159
::ffff:14.232.208.159
::ffff:213.209.157.58
::ffff:217.182.64.155
Please help me check
DorianNiemiecSVRJS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working