From bb7e8f9c897be33198f858143b2581462167fd49 Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:11:03 +0200 Subject: [PATCH] Fix newline in nginx.conf --- client/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/nginx.conf b/client/nginx.conf index 1edd332..eda38eb 100644 --- a/client/nginx.conf +++ b/client/nginx.conf @@ -11,7 +11,7 @@ http { types { application/javascript mjs; } - + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';