I am having some problems trying to translate this to nginx, today I can't make my brain to work well and solve this!
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)$ $1 [L]
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]