Arkadaşlar nginx i ilk defa kullanıyorum, bu htaccess kodu varken site çalışmıyor silince çalışıyor htaccessden bu kodu nginx uyumlu hale nasıl getirebilirim

RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
RewriteCond /home/***/public_html/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L]