PHP real time flushing on Nginx

Works perfectly on RunCloud Native Nginx stack. @ini_set('zlib.output_compression', 'Off'); @ini_set('output_buffering', 'Off'); @ob_implicit_flush(1); @ob_end_clean(); header('Content-Encoding: none'); header('X-Accel-Buffering: no');

Use Rocket-Nginx under RunCloud

Login as root then enter following commands. cd /etc/nginx-rc git clone https://github.com/satellitewp/rocket-nginx.git cd rocket-nginx cp rocket-nginx.ini.disabled rocket-nginx.ini php rocket-parser.php As

Useful Nginx Hacks

The Regular Expression translates to: “rewrite all URLs without any ‘.’ (dot) in them that don’t end with a ‘/’

Useful RunCloud Hacks

In this page I shared all the RunCloud hacks that I have been using. 1) WordPress under subdirectory in Nginx