mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
8 lines
129 B
Nix
8 lines
129 B
Nix
|
|
{
|
||
|
|
request_timeout = 5.0;
|
||
|
|
max_request_timeout = 15.0;
|
||
|
|
pool_connections = 100;
|
||
|
|
pool_maxsize = 15;
|
||
|
|
enable_http2 = true;
|
||
|
|
}
|