We use js to write front pages. But when we access some pages the url in browser like www.xxx.com/#/login
. Is there some way to remove the #
from url by Nginx so that we can access the resource by www.xxx.com/login
? Thanks in advance.
PS: nginx version:1.10.1