vim /usr/local/nginx/conf/nginx.conf

server {
    listen 80;
    server_name www.ftl.com;
    rewrite ^/(.*) http://www.ftl.com/$1 permanent;
}

相关文章:

  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2021-09-04
  • 2021-06-26
相关资源
相似解决方案