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 }};