summary refs log tree commit diff
path: root/host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-19 06:00:36 +0100
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commit4621fd940ea93c58f6185259a250259fdc9910a1 (patch)
tree0dc5a252d5cebe432b91a1253fff3f15c788b55c /host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix
parentUse single quotes for header (diff)
downloadSpacebar-Open-Infrastructure-4621fd940ea93c58f6185259a250259fdc9910a1.tar.xz
Switch containers to nginx mainline
Diffstat (limited to 'host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix')
-rwxr-xr-xhost/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix b/host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix
index d5b8366..9cb8d92 100755
--- a/host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix
+++ b/host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix
@@ -4,7 +4,7 @@
   services = {
     nginx = {
       enable = true;
-      package = pkgs.nginxQuic;
+      package = pkgs.nginxMainline;
       recommendedProxySettings = true;
       recommendedZstdSettings = true;
       recommendedGzipSettings = true;