fix: missing semi-colon

pull/167/head
julien 3 years ago
parent fa8f962b97
commit 3b8bab4298
  1. 2
      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 }};