Bad:
rewrite ^/(.*)$ http://domain.com/$1 permanent;
rewrite ^ http://domain.com$request_uri? permanent;
return 301 http://domain.com$request_uri;