apache / incubator-pagespeed-ngx

Automatic PageSpeed optimization module for Nginx
http://ngxpagespeed.com/
Apache License 2.0
4.37k stars 364 forks source link

DownStream SSI Problem #1541

Open ghost opened 6 years ago

ghost commented 6 years ago

i setup downstream cache with varnish 5, followed this guide https://www.modpagespeed.com/doc/downstream-caching i think working well but ssi stopped working. i can see comments this <!--# include virtual="/ssi.php?block_id=42&ttl=60m" --> varnish running port 6081 ngninx running port 80 proxy passed to 6081

how can i fix this ?

pls help

oschaaf commented 6 years ago

SSI is tested in ci in a non-downstream-caching setup. That isn't broken as far as I know.

I think the symptom you describe could happen when ngx_pagespeed is configured to run before the SSI module does. Could that be the case?