Skip to content
Belier Blog
Go back

Nginx 隐藏版本号信息

隐藏版本号有利于提高服务安全性

http {
    # 在 http 中添加
    server_tokens off;
}


Previous Post
Spring Boot Logback 配置 Sentry
Next Post
Maven 同时配置阿里云仓库和私有仓库