Solved
sudo nano /etc/nginx/nginx.conf
- go to about this statement
# server_tokens off;
- and uncomment it and restart nginx
server_tokens off;
sudo service nginx restart
- หรือถ้าเราต้องการแก้ error ไม่ให้แสดง nginx ด้วย อันนี้ก็ต้องใช้กำลังภายในเยอะกว่าเดิมหน่อย ตามลิ้งนี้เลย
- https://www.virendrachandak.com/techtalk/how-to-hide-nginx-version-number-in-headers-and-errors-pages/
- http://linux-audit.com/hiding-nginx-version-number/
No comments:
Post a Comment