iraklis13
Forum Replies Created
-
For now it seems that it does. I just wanted to inform you for this kind of situation so you would be aware of it.
Thanks,
Have a nice day.Yes I will, but I would like to know for future reference if the plugin will function properly in this type of situation and will cache be cleared automatically?
Yes it wasn’t. Shouldn’t it automatically clear cache when post is updated?
Will contact you via email now for more info.
Thank you!
No, still the same. When I open the article in browserling I see the old content and when i log in inside browserling it shows the new content.
In this post of NLG the first element of the bullet list should be:
1) Eπεξεργασία και ανάπτυξη συλλογών
which it is only when the user is logged-in. If you open the above link from an incognito window it will show this instead:
1) Eπεξεργασία και ανάδειξη συλλογών
which is the previous content of the post.
How is this possible?
- This reply was modified 6 years, 5 months ago by iraklis13.
Hi Emre,
Sorry for late response but I didn’t get any notification. We are using nginx and these are the headers:
#add expired header everywhere
location ~* \.(css|js|gif|png|jpg|svg|json|xml|ttf|otf|eot|woff|woff2)$ {
expires 365d;
add_header Access-Control-Allow-Origin *;
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.(ttc|font)$ {
add_header Access-Control-Allow-Origin *;
}
location ~* \.(pdf|swf)$ {
expires 90d;
}
#expiry headers
location ~* \.(ogg|ogv|svgz|mp4|rss|atom|jpeg|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {
expires 365d;
}But how could these relate to the state of the user though, whether he is logged-in or logged-out?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Notice for Undefined indexOk thank you!!!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Notice for Undefined indexSure! I will.
Can you be more specific though for the debug info? What exactly would you need?