mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-02-16 16:52:25 +00:00
Move types_hash_max_size to the http context
This commit is contained in:
parent
75f5e89851
commit
6e95563072
@ -2,13 +2,13 @@ worker_processes 1;
|
|||||||
error_log stderr;
|
error_log stderr;
|
||||||
pid nginx.pid;
|
pid nginx.pid;
|
||||||
daemon off;
|
daemon off;
|
||||||
types_hash_max_size 2048;
|
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 768;
|
worker_connections 768;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
types_hash_max_size 2048;
|
||||||
include mime.types;
|
include mime.types;
|
||||||
server {
|
server {
|
||||||
listen <%= ENV['PORT'] %>;
|
listen <%= ENV['PORT'] %>;
|
||||||
|
Loading…
Reference in New Issue
Block a user