سلام

یه مشکل دارم یه کد htaccess دارم میخوام تبدیل بشه به nginx اگه کسی وقتشو داره لطفا کمک کنه




کد:
DirectoryIndex index.php index.html
کد:

Options -Indexes
<IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteRule ^stats$ index.php?stats
      RewriteCond %{REQUEST_URI} !RPLCH/
      RewriteCond %{REQUEST_URI} !.\.(gif|jpg|png|ico|js|css|txt|xml|html|php|eot|woff|ttf)
      RewriteRule ^(.+)$ index.php?url=$1 [L,QSA]
</IfModule>