diff --git a/api/nginx.conf.template b/api/nginx.conf.template index 44bbc131a1c..a9edeb391d3 100644 --- a/api/nginx.conf.template +++ b/api/nginx.conf.template @@ -42,6 +42,8 @@ upstream django { } server { + access_log /var/log/nginx/access.log json_combined; + listen 8080; server_name _; charset utf-8;