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
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