nginx配置
location / { proxy_pass http://xxxx; } location /category { root /home/tv; index index.html; try_files $uri $uri/ /index.html; }