mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
nixos/nginx: drop extra semicolon in return example (#76055)
This commit is contained in:
parent
03beaedc77
commit
5b210859f6
@ -67,7 +67,7 @@ with lib;
|
||||
return = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
example = "301 http://example.com$request_uri;";
|
||||
example = "301 http://example.com$request_uri";
|
||||
description = ''
|
||||
Adds a return directive, for e.g. redirections.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user