diff --git a/files/nginx.conf b/files/nginx.conf
index 784fa34bc2153224baae5b6990c853a7de780a3c..a51e5ba2fe4c02c319be1b0bd21617696aab8317 100644
--- a/files/nginx.conf
+++ b/files/nginx.conf
@@ -72,6 +72,7 @@ http {
 
         location / {
             proxy_pass https://localhost:8000;
+            proxy_buffering off;
         }
 
         location /static/ {