diff --git a/ircd/resource.cc b/ircd/resource.cc index ee69757e0..657d8d9a3 100644 --- a/ircd/resource.cc +++ b/ircd/resource.cc @@ -1244,7 +1244,7 @@ ircd::resource::redirect::permanent::handler(client &client, return response { - client, {}, {}, http::MOVED_PERMANENTLY, + client, {}, {}, http::PERMANENT_REDIRECT, { http::header { "Location", location } }