原配置:location / {

        rewrite ^/(.*).html$ /$1.html?mode=test last;
        error_page 404 = @nodejs;
}
}

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-08-02
  • 2021-06-08
相关资源
相似解决方案