Files
blog/nginx/redirects.conf
2024-01-28 11:36:38 +01:00

4 lines
218 B
Plaintext

map $request_uri $new_uri {
/2023/12/a-2024-benchmark-of-main-web-apis-frameworks/ /2023/12/a-2024-benchmark-of-main-web-api-frameworks/;
https://gitea.okami101.io$request_uri https://blog.okami101.io;
}