From: "Ludovic Courtès" <ludo@gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 71673-done@debbugs.gnu.org
Subject: bug#71673: [PATCH v2] services: nginx: Print extra-content before the server-blocks.
Date: Wed, 20 Nov 2024 23:39:24 +0100 [thread overview]
Message-ID: <87r075ttr7.fsf@gnu.org> (raw)
In-Reply-To: <e3157a86723b2f74fe7ab16465c12e4668ccce33.1728229214.git.~@wolfsden.cz> (Tomas Volf's message of "Sun, 6 Oct 2024 17:40:14 +0200")
Tomas Volf <~@wolfsden.cz> skribis:
> The configuration file is processed sequentially, which meant that there was
> no way to set for example log format shared between the server-blocks, because
> the final configuration file would have this order:
>
> ...
> http {
> ...
> server {
> }
> ...
> $extra-content
> }
>
> Moving the extra-content before the serialization of server-blocks resolves
> this.
>
> * gnu/services/web.scm (default-nginx-config): Move extra-content before
> server-blocks.
>
> Change-Id: Ie8286a533dfed575abc58a0f4800706b3ad6adc2
Applied, thanks!
prev parent reply other threads:[~2024-11-20 22:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 11:14 [bug#71673] [PATCH] services: nginx: Print extra-content before the server-blocks Tomas Volf
2024-10-06 15:40 ` [bug#71673] [PATCH v2] " Tomas Volf
2024-11-20 22:39 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r075ttr7.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=71673-done@debbugs.gnu.org \
--cc=~@wolfsden.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.