Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 2 of 2
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 now. When pagespeed is disabled, the header is not shown anymore. Is there
by
Nisari
-
How to...
I want to run multiple web apps(a.mydomain.com and b.mydomain.com) under my domain. My setup consists of an ELB and 2 EC2 instances(with Nginx-cloned and installed from git and php).
I bought a certificate for *.mydomain.com on ACM for the ELB. In the Nginx configuration, I added separate HTTP and https blocks for a and b apps. But, when both server blocks are added, I get the first page of eac
by
Nisari
-
New Member Introductions