1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-28 23:13:32 +00:00

feat: route access logs to stdout

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:55:15 -05:00
parent 25571d4189
commit b3e9cdc223

View File

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