diff options
| author | emilylange <git@emilylange.de> | 2023-09-18 11:12:19 +0200 |
|---|---|---|
| committer | emilylange <git@emilylange.de> | 2023-09-18 11:12:19 +0200 |
| commit | fcdcccaed6748dc53a748a170125158262510d2b (patch) | |
| tree | bfb5204760b156c08d4fb6fd88c7a3f97de57a40 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | f6401f26d06675f1c6ccfd0b5d2f676643dac68e (diff) | |
nixos/caddy: ensure vhosts come after user-specified `cfg.extraConfig`
This solves an issue, where loading the nixos-unstable module in
nixos-stable using `disabledModules` and `imports` resulted in the
following Caddyfile:
```
<globalConfig>
<vhosts>
<extraConfig>
```
instead of
```
<globalConfig>
<extraConfig>
<vhosts>
```
This is important in cases where `cfg.extraConfig` contains so called
Caddyfile snippets.
See https://caddyserver.com/docs/caddyfile/concepts#structure
Co-authored-by: Lin Jian <me@linj.tech>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
