recherche

Maison  >  Questions et réponses  >  le corps du texte

php - 关于 nginx 重定向问题

怎么让一个 www.djg.com?admin&a=s123456&b=sss1234 指向的页面 用yzzf.xz.com 表示

ringa_leeringa_lee2896 Il y a quelques jours382

répondre à tous(1)je répondrai

  • 高洛峰

    高洛峰2017-04-10 15:23:04

    server {
        server_name yzzf.xz.com;
        location / {
            return 301 http://www.djg.com?admin&a=s123456&b=sss1234;
        }
    }
    

    répondre
    0
  • Annulerrépondre