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