@aaPanel_Kern
hello,
have other bug in Reverse Proxy setting.
the first time set "Enable cache". this setting is valid
if ( $uri ~* "\.(gif|png|jpg|css|js|woff|woff2)$" )
{
expires 12h;
}
second time, i update "Cache time XX Minute" in Modify Reverse Proxy page. the "expires 12h;
" is gone.
if ( $uri ~* "\.(gif|png|jpg|css|js|woff|woff2)$" )
{
}
also when i add the ts
to if ( $uri ~* "\.(gif|png|jpg|css|js|woff|woff2|ts)$" )
then disable and enable cache again, it not keep the ts