mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-12-05 17:25:11 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2687c57592 | |||
| b3e9cdc223 |
@ -24,6 +24,7 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
charset UTF-8;
|
||||
access_log stdout;
|
||||
|
||||
server {
|
||||
listen {{ $.PORT }};
|
||||
|
||||
Reference in New Issue
Block a user