Hi,
Anyone can help me to convert htacess to nginx.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule . codebird-cors-proxy.php [L,QSA]
</IfModule>
I tried this but it not working.
location / {
rewrite ^/codebird-cors-proxy/(.*)$ /codebird-cors-proxy/codebird-cors-proxy.php break;
}
Please suggest me
Thanks