services.nginx.appendConfig
Configuration lines appended to the generated Nginx
configuration file. Commonly used by different modules
providing http snippets. appendConfig
can be specified more than once and its value will be
concatenated (contrary to config which
can be set only once).
- Type
strings concatenated with "\n"- Default
""- Declared
- <nixpkgs/nixos/modules/services/web-servers/nginx/default.nix>