From 60f358510c2fc4bf2eec18663cd6a788a4e1454a Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 8 Apr 2026 19:03:54 +0800 Subject: [PATCH] Update nginx.conf --- plugins/openresty/conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openresty/conf/nginx.conf b/plugins/openresty/conf/nginx.conf index fce296ac0..250e92faf 100644 --- a/plugins/openresty/conf/nginx.conf +++ b/plugins/openresty/conf/nginx.conf @@ -102,6 +102,7 @@ http server_tokens off; access_log /dev/null; + more_set_headers "Server: mdserver-web"; include {$SERVER_PATH}/web_conf/nginx/vhost/*.conf; }