hosts/web-2: proper redirects for imprint
This commit is contained in:
@@ -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'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user