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 {
|
return = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
example = "301 http://example.com$request_uri;";
|
example = "301 http://example.com$request_uri";
|
||||||
description = ''
|
description = ''
|
||||||
Adds a return directive, for e.g. redirections.
|
Adds a return directive, for e.g. redirections.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user