Is it possible to use the Nginx PageSpeed module together with SSI?
I can't get SSI up and running when PageSpeed is enabled.
But as soon as I disable PageSpeed, SSI works again:
location ~ .+\.html$ {
pagespeed off;
ssi on;
}
Is it possible to use the Nginx PageSpeed module together with SSI?
I can't get SSI up and running when PageSpeed is enabled.
But as soon as I disable PageSpeed, SSI works again:
location ~ .+\.html$ {
pagespeed off;
ssi on;
}
I found a workaround for this issue.
You can find more details on the mailing list where I posted the same question.