2014-09-02, 10:22 PM
Hi there! Is there any recommendations for nginx settings? We're getting issues of people logged into other's accounts now. They're not doing anything, but, it's just saying Hey <name> and it's definately not their account.
(2014-09-03, 06:27 PM)ashkir Wrote: [ -> ]I'm starting to think it's CloudFlare causing the problem. And not nginx. What made us point to it was when we first enabled it; was when the issues all started being reported.
Alrighty; this issue seems to be solved. Replying here since in case Google decides in the future to rank this up.
CloudFlare; while it doesn't cache .html or .php; lies. It does cache MyBB, even though the htaccess makes it .html. Just change your CloudFlare cache settings to Basic. Simplified or Aggressive will cause cache issues.
(2015-06-17, 11:06 PM)blindpet Wrote: [ -> ]Does fastcgi caching with nginx mess up mybb always?
(2015-06-18, 06:38 AM)Euan T Wrote: [ -> ](2015-06-17, 11:06 PM)blindpet Wrote: [ -> ]Does fastcgi caching with nginx mess up mybb always?
Not if you configure it correctly. You need to have it only cache for guests or else new posts and such won't behave quite as expected. The same issue exists in all other forum software I know of.
(2015-06-18, 07:48 AM)blindpet Wrote: [ -> ](2015-06-18, 06:38 AM)Euan T Wrote: [ -> ](2015-06-17, 11:06 PM)blindpet Wrote: [ -> ]Does fastcgi caching with nginx mess up mybb always?
Not if you configure it correctly. You need to have it only cache for guests or else new posts and such won't behave quite as expected. The same issue exists in all other forum software I know of.
I will be running WordPress on the same VPS and Wordpress benefits from fast cgi caching, is it easier to separate the vhosts and set up the fast cgi caching separately that way? Do you happen to have a config for fast cgi caching for guests only?