mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-15 13:26:04 +00:00
Merge 17bce99492a742999184e74673d67645a0689211 into ec66a232664fe2e4230f0578a695580b6f61dc88
This commit is contained in:
commit
cfd7f04087
@ -1,5 +1,5 @@
|
|||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
error_log stderr;
|
error_log stderr info;
|
||||||
pid nginx.pid;
|
pid nginx.pid;
|
||||||
daemon off;
|
daemon off;
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ 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 }};
|
||||||
server_name _;
|
server_name _;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user