modules: services: blog: use 302 redirection
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
That way the browser doesn't cache it, in case I do end up using that domain after all.
This commit is contained in:
parent
b86d963a92
commit
574634b64e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ in
|
||||||
useACMEHost = domain;
|
useACMEHost = domain;
|
||||||
default = true;
|
default = true;
|
||||||
|
|
||||||
locations."/".return = "301 https://belanyi.fr$request_uri";
|
locations."/".return = "302 https://belanyi.fr$request_uri";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue