I just started testing this module with nginx with some small changes to output in esi.theme.inc.
Menu blocks and some custom text blocks are working fine. Both work fine with simple page-specific visibility, i.e. show only on or forum.
However some core blocks, New Forum Topics and Recent Comments, do not show if set with Show Only on the Listed Pages using or forum.
I'm using the latest version from github.
Comments
Comment #1
brianmercer commentedthat was supposed to be
i.e. show only on
<front>or forum...
Show Only on the Listed Pages using
<front>or forum.Comment #2
arielkung commentedSuscribing. Did you find any solution?
Comment #3
arielkung commentedOK, the problem is the following:
In esi.inc , line 73:
That function checks visibility for block, but the module is pulling from another url than the original so it won't work.
My quick solution is using:
Comment #4
mikeytown2 commentedThis has been fixed in the 2.x branch. If I am mistaken please re-open.