Nginx 会在 http 头,或者出现错误页的时候会有醒目的版本号提示。
为了安全,可以关闭这些信息。
方法很简单,只需在 nginx.conf 的 http { 里头加入 server_tokens 的参数
例如:
server_tokens off; #关闭版本显示
关键字词:
相关文章
- nginx woff2加载报错404
- nginx禁止访问某个文件和目录(文件夹)
- nginx iis 下对目录中所有图片加水印方法
- nginx 提示An error occurred 解决方法
- nginx 防止 get请求下载htaccess
- nginx上传大附件 client intended to send too large body 187716882 bytes,
- nginx http301转跳 无www转跳到www域名
- nginx常见错误 500错误
- linux 下nginx 中伪静态错误 directive "rewrite" is not terminated by ";" in
- linux下lnmp错误( [emerg] "try_files" directive is duplicate in /usr/local/nginx/conf/pathinfo.conf:4 failed)