Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- application security
- 로그인불가
- x-pack
- ELASTIC
- centos 8
- bash
- Windows
- ansible
- pfsense
- 한글가이드
- freebsd
- GitLab
- Kibana
- ssh key 배포
- miniconda
- XCP-ng
- Proxy
- 보안양파
- elastic stack
- Elasticsearch
- proxycfg
- macos
- PlayBook
- docker
- xe guest utilities
- Kibana server is not ready yet
- endpoint security
- hardening
- G-suite
Archives
- Today
- Total
선 밖에 선 자유인
nginx 웹 서버 정보 감추기 본문
ubuntu nginx-extras 설치
$ sudo apt install nginx-extras
nginx.conf 아래와 같이 설정
http {
...
more_set_headers "Server: 지정할 서버 이름";
server_tokens off;
...
}