[fanny] disable proxy_buffer
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 4m2s

This commit is contained in:
2025-01-16 16:36:38 +01:00
parent c7b02b9366
commit b15b2ae789
2 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
{ addr = "0.0.0.0"; port = 9000; }
];
root = "${self.packages.x86_64-linux.docs}/share/doc";
extraConfig = ''
proxy_buffering off;
proxy_cache off;
proxy_http_version 1.1;
'';
};
};