• Hi,

    After I’ve run the Purge All I’m getting the error in all public pages (not logged in): mkdir() “/var/run/nginx-cache/temp/8” failed (2: No such file or directory)

    If I restart the server it’s all good. It seems that the Purge All is deleting the temp folder, and nginx is not creating this folder, just when I restart it.

    I’m using nginx 1.11.3.

    Any ideia?

    Thanks

    https://wordpress.org/plugins/nginx-helper/

Viewing 1 replies (of 1 total)
  • Thread Starter thiagolcks

    (@thiagolcks)

    I could fix it adding the following line to the file purger.php after the line 752:

    mkdir(RT_WP_NGINX_HELPER_CACHE_PATH . '/temp');

Viewing 1 replies (of 1 total)
  • The topic ‘Purge All is broking the website’ is closed to new replies.