> > Recently noted that when proxying Hasura for the https support
reduces the speed to 7-50x times! More information including tcpdump available
in https://github.com/hasura/graphql-engine/discussions/6154
>
> Looking at the github discussion - you are comparing http vs https.
> Since you are n
On Fri, Nov 13, 2020 at 06:03:02AM +0530, Kaushal Shriyan wrote:
Hi there,
> As part of the security audit, I have set server_tokens off;
> in /etc/nginx/nginx.conf. Is there a way to hide Server: nginx,
> X-Powered-By and X-Generator?
It's generally pointless from a security perspective to hide
> Recently noted that when proxying Hasura for the https support reduces the
> speed to 7-50x times! More information including tcpdump available in
> https://github.com/hasura/graphql-engine/discussions/6154
Looking at the github discussion - you are comparing http vs https.
Since you are not
> As part of the security audit, I have set server_tokens off; in
> /etc/nginx/nginx.conf. Is there a way to hide Server: nginx, X-Powered-By and
> X-Generator?
>
> To hide the below HTTP headers
>
> Server: nginx
> X-Powered-By: PHP/7.2.34
> X-Generator: Drupal 8 (https://www.drupal.org)
Afa