summary refs log tree commit diff
path: root/host/Rory-nginx/software.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/software.nix')
-rwxr-xr-xhost/Rory-nginx/software.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/Rory-nginx/software.nix b/host/Rory-nginx/software.nix
index a551c6b..8d65825 100755
--- a/host/Rory-nginx/software.nix
+++ b/host/Rory-nginx/software.nix
@@ -20,6 +20,9 @@
         #use kqueue;
         worker_connections 512;
         '';
+      appendHttpConfig = ''
+        sendfile on;
+      '';
       upstreams = import ./matrix/upstreams.nix;
       virtualHosts = {
         "siliconheaven.thearcanebrony.net" = import ./hosts/thearcanebrony.net/siliconheaven.nix;