mirror of
https://github.com/archtechx/nix.git
synced 2025-12-12 11:24:04 +00:00
fix typo in readme
This commit is contained in:
parent
ffa4ebb11a
commit
9a708496df
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ null for no redirect, or an integer status code for an enabled redirect.
|
||||||
```nix
|
```nix
|
||||||
(laravelSite {
|
(laravelSite {
|
||||||
name = "foo";
|
name = "foo";
|
||||||
domains = [ "foo.com" ]
|
domains = [ "foo.com" ];
|
||||||
wwwRedirect = 301; # permanent redirect
|
wwwRedirect = 301; # permanent redirect
|
||||||
# ...
|
# ...
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue