From 075c994f7cff5a25b7939277feed27c34b44d00a Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 20 Aug 2023 19:35:21 -0400 Subject: [PATCH] feat: route access logs to stdout Closes #35 --- conf/app-nginx.conf.sigil | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/app-nginx.conf.sigil b/conf/app-nginx.conf.sigil index 9b7976f..91c6447 100644 --- a/conf/app-nginx.conf.sigil +++ b/conf/app-nginx.conf.sigil @@ -11,6 +11,7 @@ http { types_hash_max_size 2048; include mime.types; charset UTF-8; + access_log /dev/stdout; server { listen {{ $.PORT }}; server_name _;