Recent content by pladux

  1. P

    Hacking [5.5.3 Support] Kafluke's All-in-One Self-Hosting Package 3.0

    This is what I'm using right now.
  2. P

    Hacking [5.5.3 Support] Kafluke's All-in-One Self-Hosting Package 3.0

    I had about 50% freezes when hosting this with nginx + php-fpm. Increasing the sleep time seemed to help. I set the "X-Accel-Buffering: no" header with an additional flush(). This effectively disables nginxs fcgi buffer and makes sure headers are send immediately. Success rate is 100% now.