Projet

Général

Profil

« Précédent | Suivant » 

Révision 64a2da80

Ajouté par Chris Buechler il y a presque 10 ans

bind HTTP->HTTPS redirect to IPv6 too. Ticket #3437

Voir les différences:

etc/inc/system.inc
1247 1247
		url.redirect = ( "^/(.*)" => "https://%1{$redirectport}/$1" )
1248 1248
	}
1249 1249
}
1250
\$SERVER["socket"] == "[::]:80" {
1251
	\$HTTP["host"] =~ "(.*)" {
1252
		url.redirect = ( "^/(.*)" => "https://%1{$redirectport}/$1" )
1253
	}
1254
}
1250 1255
EOD;
1251 1256
	}
1252 1257

  

Formats disponibles : Unified diff