正在加载··· AI摘要HunYuan-Lite 编辑nginx.conf文件 修改如下代码: 1234567location / {<!-- --> root html; index index.html index.htm index.php; add_header 'Access-Control-Allow-Origin' *; add_header 'Access-Control-Allow-Credentials' 'true'; add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; } 重启nginx: 1nginx -s reload