changed https default config
This commit is contained in:
parent
318ad08f74
commit
aa785c4790
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ tlsDefaultSetting :: TLSConfiguration
|
||||||
tlsDefaultSetting = TLSConfiguration "certificate.pem" [] "key.pem"
|
tlsDefaultSetting = TLSConfiguration "certificate.pem" [] "key.pem"
|
||||||
|
|
||||||
httpsDefaultSetting :: HttpsConfiguration
|
httpsDefaultSetting :: HttpsConfiguration
|
||||||
httpsDefaultSetting = (httpDefaultSetting, tlsDefaultSetting)
|
httpsDefaultSetting = (HttpConfiguration "https" 443 "*", tlsDefaultSetting)
|
||||||
|
|
||||||
httpsDefaultSettings :: [HttpsConfiguration]
|
httpsDefaultSettings :: [HttpsConfiguration]
|
||||||
httpsDefaultSettings = [httpsDefaultSetting]
|
httpsDefaultSettings = [httpsDefaultSetting]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue