diff options
author | Rory& <root@rory.gay> | 2024-02-19 06:00:36 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | 4621fd940ea93c58f6185259a250259fdc9910a1 (patch) | |
tree | 0dc5a252d5cebe432b91a1253fff3f15c788b55c /host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix | |
parent | Use single quotes for header (diff) | |
download | Spacebar-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-x | host/Spacebar-nginx/containers/spacebar-server-dev-nix/services/nginx.nix | 2 |
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; |