[blogs] Remove excess new line from logs
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blogs] Remove excess new line from logs
- Date: Fri, 29 Apr 2022 16:59:35 +0000 (UTC)
commit f1b775409364132228ec673932a1024efdf274a0
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Oct 13 12:32:02 2020 +0200
Remove excess new line from logs
nginx.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nginx.conf b/nginx.conf
index f1dd68e..2222cb8 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -44,8 +44,8 @@ http {
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
- '"$http_user_agent" "$http_x_forwarded_for" "$http_host"
- "$blogid"';
+ '"$http_user_agent" "$http_x_forwarded_for" "$http_host" '
+ '"$blogid"';
access_log /dev/stdout main;
server {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]