tip-archive
tip-archive copied to clipboard
nginx issues summary
Nginx
Security issues
Hide nginx version in response header
http {
# other config
server_tokens off;
}
L7 health check
200 OK is important!
http {
server {
listen 80;
# ohter config
location /monitor/l7check {
root /home1/irteam/...
}
}
}