1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-04-05 19:58:24 +00:00

feat: route access logs to stdout

Closes #35
This commit is contained in:
Jose Diaz-Gonzalez 2023-08-20 19:35:21 -04:00
parent 14c274186a
commit 075c994f7c

View File

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