tip-archive icon indicating copy to clipboard operation
tip-archive copied to clipboard

nginx issues summary

Open jbee37142 opened this issue 6 years ago • 0 comments

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/...
    }
  }
}

jbee37142 avatar Apr 22 '19 10:04 jbee37142