nixos/services: disable nginx proxy buffering
This commit is contained in:
@@ -15,6 +15,11 @@ let
|
|||||||
|
|
||||||
mkProxy = port: {
|
mkProxy = port: {
|
||||||
proxyPass = "http://127.0.0.1:${toString port}/";
|
proxyPass = "http://127.0.0.1:${toString port}/";
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
proxy_buffering off;
|
||||||
|
proxy_request_buffering off;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user