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
6c3e8af17f Merge pull request #90 from dokku/fix-sigil-download
fix: properly download sigil
2025-11-21 21:41:03 -05:00
14214785d7 fix: properly download sigil 2025-11-21 21:40:04 -05:00

View File

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