diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-07-29 13:21:02 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-07-29 13:21:02 +0300 |
commit | 40e1c1da0ab384440043424a1988f8d7f57cf879 (patch) | |
tree | 83bfdd90603d73770c0e5e772ccf617f8e15ecec /modules/nginx.nix | |
parent | 2024-07-29 (diff) |
2024-07-29
Diffstat (limited to '')
-rw-r--r-- | modules/nginx.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nginx.nix b/modules/nginx.nix index b912e22..2ac6d1b 100644 --- a/modules/nginx.nix +++ b/modules/nginx.nix @@ -34,6 +34,7 @@ in } access_log off; ''; + # FIXME This stopped working. appendHead = text: '' sub_filter '</head>' '${lib.concatStrings text}</head>'; sub_filter_once on; |