Merge: nixos/nextcloud-notify_push: allow overwriting recommendedProxySettings without mkForce (#421786)

This commit is contained in:
Maximilian Bosch
2025-07-05 11:40:11 +02:00
committed by GitHub
@@ -164,7 +164,7 @@ in
nginx.virtualHosts.${cfgN.hostName}.locations."^~ /push/" = {
proxyPass = "http://unix:${cfg.socketPath}";
proxyWebsockets = true;
recommendedProxySettings = true;
recommendedProxySettings = lib.mkDefault true;
extraConfig = # nginx
''
# disable in case it was configured on a higher level