MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: flameblue59 on 2018-04-16, 09:47:31

Title: Clean nginxproxy cache
Post by: flameblue59 on 2018-04-16, 09:47:31
Hi, I would like to ask about cache in Nginxproxy. I have set

Static File Expire = -1

but whenever I change the content, it still show the old page. I have been running

Code: [Select]
sh /script/cleanup;
but there is no result. Can anyone help me how to solve this problem? Thank you.
Title: Re: Clean nginxproxy cache
Post by: South on 2018-04-18, 07:41:18
yum clean all
sh /script/fixNginxproxy
sh /script/fixweb
yum makecache
yum -y update --skip-broken
sh /script/restart-all