stanbridge-wcorrea

Results 8 comments of stanbridge-wcorrea

Full measure will hit the PHP application to make the replacements it needs to (nocache tags), that's when the log gets flooded. Here you have my config: server { listen...

I understand that you think it's an nginx issue, but I can confirm it's not. I have it on my production server and it's serving the HTML files and the...

@jasonvarga The nocache tags will fetch the content through PHP and that's when the error occurs.

The nocache tags aren't firing the debug message, I basically forced nginx to load the static cache without query string since I'm using the config "ignore_query_strings" set to TRUE it...

If I clear the site's cache it works for a while, then at some point it gets duplicated, I have a cache clear on every deployment. Also, the duplicated content...

I'm facing issues after v5 with the static cache too, in my case the static folder is not being created. Can you check if yours is there after deployment? Also,...