From 6c4fdb80950795da54da5d9b267bd473c08222ea Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 1 Feb 2026 02:54:52 +0900 Subject: fix(nginx): syntax error --- services/nuldoc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/nuldoc') diff --git a/services/nuldoc/nginx.conf b/services/nuldoc/nginx.conf index 95eb1abc..7622f745 100644 --- a/services/nuldoc/nginx.conf +++ b/services/nuldoc/nginx.conf @@ -69,7 +69,7 @@ server { default_type "text/markdown; charset=utf-8"; } - location ~ ^(/posts/\d{4}-\d{2}-\d{2}/[^/]+)/$ { + location ~ "^(/posts/\d{4}-\d{2}-\d{2}/[^/]+)/$" { if ($prefer_markdown) { rewrite ^ $1.md last; } -- cgit v1.3-1-g0d28