From 80d4abc84780a8141736bc781da8553d585eba19 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 00:19:46 +0700 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d4b5734..c6ba849 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -25,7 +25,7 @@ location __PATH__/ { access_log off; } - location /api/version { + location ~ ^/api/version { rewrite ^/api/version$ /api/version.json; }