Skip to content

Commit

Permalink
nixos/nginx: drop extra semicolon in return example (#76055)
Browse files Browse the repository at this point in the history
  • Loading branch information
brprice authored and danbst committed Dec 19, 2019
1 parent 03beaed commit 5b21085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
Expand Down

0 comments on commit 5b21085

Please sign in to comment.