添加响应头信息

最后更新于:2022-04-02 02:55:23

[TOC] ## 添加相应头信息 取消注释 ``` LoadModule headers_module modules/mod_headers.so ``` 直接在httpd.conf 添加,即可,可多次添加 head 头可自定义任何消息 ``` Header always set X-Content-Type-Options "nosniff" ```
';