freifunk: disable nginx proxy_buffering

This commit is contained in:
Astro 2020-04-23 18:44:25 +02:00
parent 3d5fdf0a28
commit cc10aadbbb

View File

@ -221,6 +221,9 @@ in {
enable = true; enable = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;
appendHttpConfig = ''
proxy_buffering off;
'';
virtualHosts = { virtualHosts = {
"c3d2.ffdd" = { "c3d2.ffdd" = {