summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-05 14:45:11 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-05 14:45:11 -0400
commit6251dc371dd00d370e2f99e8ad340fcc942b5dd9 (patch)
tree40386af22434233ba7e81703349d56e766a42197 /nginx
parent7af3a2800f5bf0638de0ce535770ee6c911bf6b7 (diff)
consistent whitespace style
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index ccaac179..f6f62204 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -73,9 +73,9 @@ http {
ssl_stapling_file ocsp-cache/grapheneos.org.der;
log_format main '$connection-$connection_requests $remote_addr $remote_user $ssl_protocol $server_protocol '
- '$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
- '$request_time $upstream_connect_time/$upstream_header_time/$upstream_response_time '
- '$upstream_cache_status "$http_referer" "$http_user_agent"';
+ '$host $request_method "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
+ '$request_time $upstream_connect_time/$upstream_header_time/$upstream_response_time '
+ '$upstream_cache_status "$http_referer" "$http_user_agent"';
access_log syslog:server=unix:/dev/log,nohostname main;
log_subrequest on;
log_not_found off;