Stable Audio v3 vs Suno V3.5 vs Udio 2.1:专业作曲师盲测打分(含MIDI导出、提示词敏感度、风格可控性三重压测报告)
2026/7/23 20:29:23
# n8n 路径重定向:将 /n8n 重定向到 /n8n/ location = /n8n { return 301 /n8n/; } # n8n 前端项目 (history 模式) location /n8n/ { alias /temp/n8n/; # 注意:使用 alias 而不是 root,并且路径末尾要加 / index index.html index.htm; try_files $uri $uri/ /n8n/index.html; # history 模式关键配置 add_header Content-Security-Policy upgrade-insecure-requests; }