Skip to content

Commit

Permalink
nixos/nginx: drop extra semicolon in return example (NixOS#76055)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5b21085)
  • Loading branch information
brprice authored and dtzWill committed Jan 16, 2020
1 parent 401457a commit cc69809
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 cc69809

Please sign in to comment.