diff --git a/conf/app-nginx.conf.sigil b/conf/app-nginx.conf.sigil index 9b7976f..b214270 100644 --- a/conf/app-nginx.conf.sigil +++ b/conf/app-nginx.conf.sigil @@ -1,5 +1,5 @@ worker_processes 1; -error_log stderr; +error_log stderr info; pid nginx.pid; daemon off; @@ -11,6 +11,7 @@ http { types_hash_max_size 2048; include mime.types; charset UTF-8; + access_log stdout; server { listen {{ $.PORT }}; server_name _;