mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
7 lines
129 B
Nix
Executable file
7 lines
129 B
Nix
Executable file
{
|
|
request_timeout = 5.0;
|
|
max_request_timeout = 15.0;
|
|
pool_connections = 100;
|
|
pool_maxsize = 15;
|
|
enable_http2 = true;
|
|
}
|