#REWRITE-START if $host ~ ^zxrjorg return 301 httpsautongplasticcom; return 301 httpsmchengheshoescom; #REWRITE-END修改上面的代码使其可正常301到两个网址
if ($host ~ '^zxrj.org'){ return 301 https://autongplastic.com; } if ($host ~ '^zxrj.org'){ return 301 https://m.chengheshoes.com; }
原文地址: https://www.cveoy.top/t/topic/hK4O 著作权归作者所有。请勿转载和采集!