hosts/web-2: proper redirects for imprint
This commit is contained in:
parent
fd4e6aeae3
commit
62d2e6429a
@ -9,10 +9,10 @@
|
||||
return = ''301 https://clerie.de'';
|
||||
};
|
||||
locations."/impressum" = {
|
||||
return = ''301 https://legal.clerie.de/#impressum'';
|
||||
return = ''301 https://legal.clerie.de/impressum'';
|
||||
};
|
||||
locations."/datenschutz" = {
|
||||
return = ''301 https://legal.clerie.de/#datenschutz'';
|
||||
return = ''301 https://legal.clerie.de/datenschutz'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -10,6 +10,12 @@
|
||||
rev = "c6900226e3107a2e370a32759d83db472ab5450d";
|
||||
sha256 = "sha256-lOjbHqYc/85rjotwQ5Oj+MSWnDIfLx2w5mpiJkChbXU=";
|
||||
};
|
||||
locations."/impressum" = {
|
||||
return = ''301 https://legal.clerie.de/#impressum'';
|
||||
};
|
||||
locations."/datenschutz" = {
|
||||
return = ''301 https://legal.clerie.de/#datenschutz'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user