diff options
-rwxr-xr-x | host/Rory-nginx/software.nix | 3 |
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; |