mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-03-07 14:05:58 -05:00
add back request method to log format
This commit is contained in:
parent
d3c60a104b
commit
ddcf7a2a36
@ -71,7 +71,7 @@ http {
|
||||
ssl_stapling_file ocsp-cache/matrix.grapheneos.org.der;
|
||||
|
||||
log_format main '$connection $remote_addr $remote_user $ssl_protocol $server_protocol '
|
||||
'$host "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
|
||||
'$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
|
||||
'$request_time "$http_referer" "$http_user_agent"';
|
||||
access_log syslog:server=unix:/dev/log,nohostname main;
|
||||
log_not_found off;
|
||||
|
Loading…
x
Reference in New Issue
Block a user