Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2919 → Rev 2920

/conf/lighttpd/vhosts.d/alcasar-without-ssl.conf
82,7 → 82,6
 
$HTTP["scheme"] == "http" {
# Force HTTPS for specific pages
# $HTTP["url"] =~ "^/(acc|save)" {
$HTTP["url"] =~ "^/(acc|save)" {
$HTTP["host"] =~ ".*" {
url.redirect = (".*" => "https://%0$0")