, , x1a4 Stephen McCarth, .
HttpHeadersMoreModule, , - Ubuntu NginX , , ( ), .
- proxy_hide_header
server {
location @unicorn {
proxy_hide_header X-Powered-By;
proxy_hide_header X-Runtime;
}
}
note: @unicorn - upsteram, /, /assets,..
- , proxy_hide_header . ,
server {
location @unicorn {
include /etc/nginx/shared/stealth_headers
}
}
proxy_hide_header X-Powered-By;
proxy_hide_header X-Runtime
, , , , x1a4?
, . gem party_foul. , Middlewares , , , , , . , , , , , , , NginX,
+ this does more if your NginX handles multiple configurations (you do not need to update multiple applications if some changes)