freifunk: disable nginx proxy_buffering

This commit is contained in:
Astro 2020-04-23 18:44:25 +02:00
parent 3d5fdf0a28
commit cc10aadbbb
1 changed files with 3 additions and 0 deletions

View File

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