0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

Merge pull request #236311 from joee/patch-4

nixos/modules/web-servers/nginx/default.nix: fix minor typo
This commit is contained in:
Michele Guerini Rocco 2023-06-07 09:05:22 +02:00 committed by GitHub
commit 996dd1c645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -713,7 +713,7 @@ in
Configuration lines appended to the generated Nginx Configuration lines appended to the generated Nginx
configuration file. Commonly used by different modules configuration file. Commonly used by different modules
providing http snippets. {option}`appendConfig` providing http snippets. {option}`appendConfig`
can be specified more than once and it's value will be can be specified more than once and its value will be
concatenated (contrary to {option}`config` which concatenated (contrary to {option}`config` which
can be set only once). can be set only once).
''; '';