I've got this RewriteRule, And I can't make it work with nginx :
RewriteRule ^/espace-annonceurs/@@contenu-des-espaces-annonceurs http://mywebsite.com/@@contenu-des-espaces-annonceurs [L,P]
The Proxy is because it make an ajax request.
I've tried a lot of things, with location, proxy_pass, rewrite, and so on...
Thanks by advance.