nixos: services: blog: fix catch-all redirection
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
Don't use a hard-coded address...
This commit is contained in:
parent
466e0684e1
commit
2f8baa48e7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ in
|
|||
useACMEHost = domain;
|
||||
default = true;
|
||||
|
||||
locations."/".return = "302 https://belanyi.fr$request_uri";
|
||||
locations."/".return = "302 ${domain}$request_uri";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue