2022年12月27日 星期二

nginx 不顯示版本

編輯 /etc/nginx/nginx.conf

設定  HTTP Options
server_tokens off;

測試
curl --head https://127.0.0.1
curl -k --head https://127.0.0.1:443

沒有留言: