summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 49dad5b5..0cb045e5 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -795,6 +795,9 @@ in
               encode zstd gzip
               ${security-headers {}}
               reverse_proxy ${srv.address}:${toString srv.port}
+              handle_errors {
+                respond "{err.status_code} {err.status_text}"
+              }
             '';
           };
       };