서버인프라/엔진엑스
NGINX more_set_headers를 설치
techwold ted
2022. 11. 30. 14:05
more_set_headers 1.18 설치
apt install nginx-extras
nginx.conf 에 들아가서 추가
more_set_headers "Server: em9";
위와 같이 설정하여 server 명이 nginx가 아닌 다른 name을 가질 수 있다.