1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00
Files
guix/gnu/services
Tomas Volf 123dcaefe9 services: nginx: Print extra-content before the server-blocks.
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
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20 23:39:11 +01:00
..
2024-06-24 08:34:45 -04:00
2023-05-23 20:26:19 -04:00
2023-08-20 22:48:47 +02:00
2024-06-13 22:43:59 +02:00
2023-08-15 23:30:44 +02:00
2024-06-02 18:04:34 +03:00
2024-07-18 10:45:19 +08:00
2023-03-07 11:39:50 +01:00