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
|
@ -36,7 +36,7 @@ in
|
|||
useACMEHost = domain;
|
||||
default = true;
|
||||
|
||||
locations."/".return = "301 https://belanyi.fr$request_uri";
|
||||
locations."/".return = "302 https://belanyi.fr$request_uri";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue