mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-11 10:50:51 +00:00
Merge 17bce99492
into ec66a23266
This commit is contained in:
commit
cfd7f04087
@ -1,5 +1,5 @@
|
||||
worker_processes 1;
|
||||
error_log stderr;
|
||||
error_log stderr info;
|
||||
pid nginx.pid;
|
||||
daemon off;
|
||||
|
||||
@ -11,6 +11,7 @@ http {
|
||||
types_hash_max_size 2048;
|
||||
include mime.types;
|
||||
charset UTF-8;
|
||||
access_log stdout;
|
||||
server {
|
||||
listen {{ $.PORT }};
|
||||
server_name _;
|
||||
|
Loading…
Reference in New Issue
Block a user