From 797fd7796d97411a01507c709faca92e5c3fe4bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Gezelius?= <mans.gezelius@liu.se>
Date: Tue, 27 May 2025 19:00:43 +0000
Subject: [PATCH] Disable proxy_buffering

---
 files/nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/nginx.conf b/files/nginx.conf
index 784fa34..a51e5ba 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/ {
-- 
GitLab