mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-03-13 09:05:58 +00:00
Compare commits
2 Commits
35-stdout
...
6c3e8af17f
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c3e8af17f | |||
| 14214785d7 |
@ -24,7 +24,6 @@ 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 }};
|
||||||
|
|||||||
Reference in New Issue
Block a user