headers-more-nginx-module icon indicating copy to clipboard operation
headers-more-nginx-module copied to clipboard

Header shows when pagespeed is added with headers_more module

Open NisariAIT opened this issue 7 years ago • 0 comments

I was using nginx 1.13.6 with headers_more_module to remove the "Server: nginx" header from all requests. Now, I have recompiled nginx with ngx_pagespeed module using the following command:

bash <(curl -f -L -sS https://ngxpagespeed.com/install) \ --nginx-version latest

The header starts to show up again after this(not shown earlier). When pagespeed is disabled, the header is not shown anymore. Is there anything that can be done to stop showing the headers when pagespeed is enabled?

NisariAIT avatar Jun 19 '18 09:06 NisariAIT