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