mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/nginx: fix eval
Fixes a typo introduced in https://github.com/NixOS/nixpkgs/pull/83611
This commit is contained in:
parent
4d226bad77
commit
3c4ab13243
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ let
|
|||
|
||||
${optionalString (cfg.httpConfig != "") ''
|
||||
http {
|
||||
${common.httpConfig}
|
||||
${commonHttpConfig}
|
||||
${cfg.httpConfig}
|
||||
}''}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue