1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-12-05 17:25:11 +00:00

2 Commits

Author SHA1 Message Date
2687c57592 fix: properly download sigil 2025-11-21 21:21:01 -05:00
b3e9cdc223 feat: route access logs to stdout 2025-11-21 20:55:15 -05:00

View File

@ -24,6 +24,7 @@ http {
types_hash_max_size 2048;
include mime.types;
charset UTF-8;
access_log stdout;
server {
listen {{ $.PORT }};