Re: Performance of Nginx as reverse proxy for Hasura - 7-50x slow

2020-11-13 Thread R. Rajesh Jeba Anbiah
> > 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

Re: Hide HTTP headers in nginx

2020-11-13 Thread Francis Daly
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

RE: Performance of Nginx as reverse proxy for Hasura - 7-50x slow

2020-11-13 Thread Reinis Rozitis
> 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

RE: Hide HTTP headers in nginx

2020-11-13 Thread Reinis Rozitis
> 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