mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-15 05:26:02 +00:00
Merge 17bce99492a742999184e74673d67645a0689211 into ec66a232664fe2e4230f0578a695580b6f61dc88
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…
x
Reference in New Issue
Block a user