Unverified Commit e25c3a4a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/tailscale-derper: drop unused keepalive_timeout, bump proxy_rea… (#430791) in

parents b5ced8fa b5475346
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -82,9 +82,10 @@ in
          locations."/" = {
            proxyPass = "http://127.0.0.1:${toString cfg.port}";
            proxyWebsockets = true;
            extraConfig = ''
              keepalive_timeout 0;
            extraConfig = # nginx
              ''
                proxy_buffering off;
                proxy_read_timeout 3600s;
              '';
          };
        };