Skip to content

Commit 7c9a2d0

Browse files
committed
Make access_log log once per request
1 parent 2e4cc83 commit 7c9a2d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/nginx.conf.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ upstream django {
4242
}
4343

4444
server {
45+
access_log /var/log/nginx/access.log json_combined;
46+
4547
listen 8080;
4648
server_name _;
4749
charset utf-8;

0 commit comments

Comments
 (0)