autoindex off;

location / {
  if (-e $request_filename){
    rewrite ^(.*)$ /sefurls.php break;
  }
}