danidorado commented on issue #1749:
URL:
https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169715900
@Lofesa
I had this directive set up inside the http block at nginx.conf file
pagespeed LoadFromFileCacheTtlMs 31536000000;
if i'm not wrong having that TTL set then I could skip doing this part you
mentioned, right?
_Or any other custom header (those added to request with the nginx
add_header), with
pagespeed AddResourceHeader_
I read on the documentation pagespeed FetchHttps enable; is enabled by
default but i've added to the set up at the http nginx block
In relation to this two directives:
pagespeed SslCertDirectory directory;
pagespeed SslCertFile file;
I'm exactly doing what you mentioned here
AWS ACM -> ALB -> EC2 -> NGINX
user -> 443 -> Proxy -> 80 -> Backend
So i'm not installing certs directly on the instance, instead they are
attached to the ALB through AWS console so i have that line that i guess
resolves that
pagespeed RespectXForwardedProto on;
And btw, is anyone willing to spend 30-60 minutes on a call to review the
integration and give some feedback.
-open to another suitable way to do this without taking too much time of
your lives-
I'm happy to pay for that time if neccessary.
I have some doubts if i have properly set up the caching mechanisms and also
related to the data shown at the pagespeed console panel.
Thanks for letting me know if i'm doing it right.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]