RewriteCond %{TIME_SEC} >40
RewriteCond %{TIME_SEC} <56
RewriteRule ^(.*)the-product(.*)$ https://www.%{HTTP_HOST}/%{REQUEST_URI} [R=301,L]
I want to convert it to nginx but there is no solution for it to run for a fixed time
RewriteCond %{TIME_SEC} >40
RewriteCond %{TIME_SEC} <56