From 631a95087f1fb50794afc34899230f584f5ce9db Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 18 Nov 2024 21:27:25 +0800 Subject: [PATCH] update nginx --- default.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default.conf b/default.conf index 3dac83a..8a58d1d 100644 --- a/default.conf +++ b/default.conf @@ -15,4 +15,9 @@ server { location = /50x.html { root /usr/share/nginx/html; } + + location /WksUSI3nKf.txt { + # default_type text/plain; + return 200 'd4ddd9191695aaf7ada3fa35b61887b9'; + } }