From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 232951F8C6 for ; Fri, 10 Sep 2021 22:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234707AbhIJWKG (ORCPT ); Fri, 10 Sep 2021 18:10:06 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:51547 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234694AbhIJWKG (ORCPT ); Fri, 10 Sep 2021 18:10:06 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 03527E85FC; Fri, 10 Sep 2021 18:08:54 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=1g2G9L1lC8tw4BxBH/SamNpk7ewP/2qhTPbln/ J41Qk=; b=WhezpeXCOQlUmsIcORd9xT2VeyvzIdyRTdG7WqTGqAajNEV9/SK+u6 QnYxgc0u16pvVCE4Iy9A28g+FWEHPkQENgYfU+DqQL3qD2xOX2PcY82cNIpVI5Sa LzQbYctpEKMBWZWIY5g5FupRePQBNTdqCIMpSc3p01Ac8fB8GXjpU= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id ED769E85FB; Fri, 10 Sep 2021 18:08:53 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.196.172.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 73F64E85FA; Fri, 10 Sep 2021 18:08:53 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeff King Cc: git@vger.kernel.org, Konstantin Ryabitsev , Philippe Blain Subject: Re: [PATCH] Docs: web server must setenv GIT_PROTOCOL for v2 References: <20210904151721.445117-1-konstantin@linuxfoundation.org> <20210907211128.mauwgxupbredgx7w@meerkat.local> Date: Fri, 10 Sep 2021 15:08:52 -0700 In-Reply-To: (Jeff King's message of "Fri, 10 Sep 2021 10:02:33 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: AF6EC156-1283-11EC-8E82-62A2C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeff King writes: > On Fri, Sep 10, 2021 at 07:39:54AM -0400, Jeff King wrote: > >> I'll re-roll with that change, plus some documentation changes adapted >> to this new approach. > > Here's what I came up with. I think this should replace both > jk/http-backend-handle-proto-header and kr/doc-webserver-config-for-v2. > The latter does give some specific nginx tips which I didn't carry over, > but they shouldn't be necessary after the change in http-backend. If we > do want to include them, they can be mentioned as optional if we later > add an nginx example config to the http-backend manpage. All look sensible. This topic will appear in the next round of integration, not today's. Thanks.