Subversion Repositories ALCASAR

Rev

Rev 2814 | Rev 2923 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2814 Rev 2920
Line 80... Line 80...
80
    }
80
    }
81
}
81
}
82
 
82
 
83
$HTTP["scheme"] == "http" {
83
$HTTP["scheme"] == "http" {
84
	# Force HTTPS for specific pages
84
	# Force HTTPS for specific pages
85
	# $HTTP["url"] =~ "^/(acc|save)" {
-
 
86
	$HTTP["url"] =~ "^/(acc|save)" {
85
	$HTTP["url"] =~ "^/(acc|save)" {
87
		$HTTP["host"] =~ ".*" {
86
		$HTTP["host"] =~ ".*" {
88
			url.redirect = (".*" => "https://%0$0")
87
			url.redirect = (".*" => "https://%0$0")
89
		}
88
		}
90
	}
89
	}