nginx 中添加 location / { try_files $uri $uri/ /index.html; } nginx 允许 header 携带下划线 在 nginx.conf 中 http 内添加 underscores_in_headers on;