hi mr
how can i add rewrite urls to a single domain for nginx, as my hosting developer gave a rewrite urls
they said to add under vhost domain
rewrite ^/details.html$ /details.php ;
rewrite ^/contact.html$ /contact.php ;
rewrite ^/js/anonymizeTool.js$ /js/anonymizeTool.php ;
rewrite ^/js/anonymize.js$ /js/anonymize.php ;