From 3b8bab429854ee57561b590ca20ebc70f452fb1b Mon Sep 17 00:00:00 2001 From: julien Date: Thu, 24 Dec 2020 13:55:01 -0500 Subject: [PATCH] fix: missing semi-colon --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index cb785a5..e6002ea 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -29,7 +29,7 @@ http { client_max_body_size {{ nginx_client_max_body_size }}; - log_format main {{ nginx_log_format|indent(23) }} + log_format main {{ nginx_log_format|indent(23) }}; access_log {{ nginx_access_log }};