update ese redirect to 2025
This commit is contained in:
parent
c85492d896
commit
8c6282c4fa
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ in
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts."${domain}" = {
|
virtualHosts."${domain}" = {
|
||||||
locations."= /" = {
|
locations."= /" = {
|
||||||
# temporary redirect, to avoid caching problems
|
return = "302 /2025/";
|
||||||
return = "302 /2024/";
|
|
||||||
};
|
};
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = webRoot;
|
root = webRoot;
|
||||||
|
|
Loading…
Add table
Reference in a new issue