Update nginx.conf

This commit is contained in:
dami 2026-04-08 19:03:54 +08:00
parent 6561a63956
commit 60f358510c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}