location / { ..... try_files $uri $uri/ @router; } location @router { rewrite ^.*$ /index.html last; }
它将检测$document_root/和 $document_root$uri是否存在,如果不存在着内部重定向到@router