From fa629aceecccf5aae244013f563e721b47536b5a Mon Sep 17 00:00:00 2001 From: ytqh Date: Wed, 28 May 2025 21:02:58 +0800 Subject: [PATCH] fix --- docker/nginx/conf.d/langbot.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx/conf.d/langbot.conf.template b/docker/nginx/conf.d/langbot.conf.template index 37667f8674..4da8b1cbf0 100644 --- a/docker/nginx/conf.d/langbot.conf.template +++ b/docker/nginx/conf.d/langbot.conf.template @@ -4,7 +4,6 @@ server { listen ${NGINX_PORT}; server_name langbot.${NGINX_SERVER_NAME}; - // wecom verification location = /WW_verify_KiDk4c0uzgf4zc8l.txt { default_type text/plain; return 200 'KiDk4c0uzgf4zc8l';