summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/nginx.conf
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-04-07 23:17:49 +0900
committernsfisis <nsfisis@gmail.com>2024-04-07 23:20:29 +0900
commit479ef01f8352fe2bdeb657f1af970d5c661f04da (patch)
tree48b402ac1fcdfe2cf8d9d34656295342681f8218 /vhosts/blog/nginx.conf
parent1971766cc231b9f693b904673d79c3dc29b811d1 (diff)
downloadnsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.tar.gz
nsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.tar.zst
nsfisis.dev-479ef01f8352fe2bdeb657f1af970d5c661f04da.zip
feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to /posts/2024-03-20/my-bucket-list/
Diffstat (limited to 'vhosts/blog/nginx.conf')
-rw-r--r--vhosts/blog/nginx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/vhosts/blog/nginx.conf b/vhosts/blog/nginx.conf
index 36deb549..32787c78 100644
--- a/vhosts/blog/nginx.conf
+++ b/vhosts/blog/nginx.conf
@@ -27,4 +27,6 @@ server {
# I mistakenly wrote 2023 in the URL instead of 2024.
rewrite ^/posts/2023-01-10/(neovim-insert-namespace-declaration-to-empty-php-file)/?$ /posts/2024-01-10/$1/ permanent;
+
+ rewrite ^/posts/2024-03-20/todos-in-my-life/?$ /posts/2024-03-20/my-bucket-list/ permanent;
}