Re: only .json file not load using rewrite or internal redirection cycle while internally redirecting

2016-04-21 Thread rahulgupta20nov
Thanks Maxim Dounin, This solution is absolutely working fine. I am suffering from last 2 month from this problem. I didn't notice I have done regular express mistake. Thanks for solution. I will make better Regular Expression Concept. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,2

only .json file not load using rewrite or internal redirection cycle while internally redirecting

2016-04-20 Thread rahulgupta20nov
Hi, In nginx conf file I have written:- location /hello { alias /var/www/html/hello/some_path/www; try_files $uri $uri/ /helllo/some_path/www/index.html; } location ~ /hello/(.*)\.(css|js|html|eot|svg|ttf|woff|ico|png|map|json) { try_files $uri $uri/ /hello/som