Improve a bit nginx detection (#2471)

X-Fastcgi-Cache is [used by nginx](https://duckduckgo.com/?q=%22X-Fastcgi-Cache%22)
main
jvoisin 6 years ago committed by Elbert Alias
parent cce64378f5
commit d2cdacbe45

@ -6750,7 +6750,8 @@
22
],
"headers": {
"Server": "nginx(?:/([\\d.]+))?\\;version:\\1"
"Server": "nginx(?:/([\\d.]+))?\\;version:\\1",
"X-Fastcgi-Cache": ""
},
"icon": "Nginx.svg",
"website": "http://nginx.org/en"

Loading…
Cancel
Save