How to Hide Your NGINX Server Info

chris·2020년 12월 19일
0

enviroment : ubuntu

Install nginx-extras

$ sudo apt install nginx-extras

Set nginx.conf

http {
	server_tokens off;
    	more_set_headers "Server: [server-name]";
}
profile
software engineer

0개의 댓글