Hide X-Powered-By (nginx)

后端 未结 7 1291
遇见更好的自我
遇见更好的自我 2020-12-24 05:39

So is there any way to hide X-Powered-By on Nginx?

7条回答
  •  萌比男神i
    2020-12-24 05:59

    #nano /etc/nginx/nginx.conf
    

    comment this line

    more_clear_headers 'X-Powered-By';
    

    and restart Nginx

提交回复
热议问题