mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-11-28 15:03:33 +00:00
feat: route access logs to stdout
This commit is contained in:
@ -24,6 +24,7 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
charset UTF-8;
|
||||
access_log stdout;
|
||||
|
||||
server {
|
||||
listen {{ $.PORT }};
|
||||
|
||||
Reference in New Issue
Block a user