unit icon indicating copy to clipboard operation
unit copied to clipboard

http: JSON format access logging support

Open hongzhidao opened this issue 4 months ago • 0 comments

Example:

    "access_log": {
        "path": "/tmp/access.log",
        "format": {
            "remote_addr": "$remote_addr",
            "time_local": "$time_local",
            "request_line": "$request_line",
            "status": "$status",
            "body_bytes_sent": "$body_bytes_sent",
            "header_referer": "$header_referer",
            "header_user_agent": "$header_user_agent"
        }
    }

hongzhidao avatar Oct 25 '24 08:10 hongzhidao