Recent content by Noma

  1. N

    Full page cache (FastCGI or other) configurations with CSRF compatibility

    It would lead to problems with the CSRF token being cached as well and then all the AJAX features would break, including the login modal.
  2. N

    Full page cache (FastCGI or other) configurations with CSRF compatibility

    There seems to some conversations about full page caching here but it's mostly years old and the solutions don't seem to work anymore. Has anyone been able to implement a full page caching with FastCGI, Varnish or any other similar tool for non-logged-in users so that it wouldn't break the CSRF...
  3. N

    XF 2.2 Occasional "Site is currently being upgraded" error messages

    I have an Nginx fastcgi cache in use, but I've purged it a few times now and the problem keeps coming back. So apparently there is some mechanism that produces the error message without a real need.
  4. N

    XF 2.2 Occasional "Site is currently being upgraded" error messages

    Hello, my users have recently began receiving a "Site is currently being upgraded" error messages on random page loads. It happens at most once per user per session, and is always fixed with a reload. But nevertheless it's quite annoying. I haven't been able to reproduce the error myself so...
  5. N

    XF 2.1 Registering users via API to have subscribers

    I would be interested in the answer of the question #1 here as well.
  6. N

    Config from environment variables

    Is it possible to provide the ElasticSearch configuration - mainly the hostname - to come from an environment variable instead of from the input field in the admin? I'm setting up a Xenforo installation in a cloud environment, and would be very handy if it could be read from an env variable.
Back
Top Bottom