diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 994b7a9b..094f1f24 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -740,6 +740,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index aacbbc2f..bda7ce21 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 4c195e75..787ae1df 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -800,6 +800,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 51959df1..2b828f96 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index f7317b40..17fc1728 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -657,6 +657,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 7fd84b6b..18e38f8d 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -750,6 +750,10 @@ stanzas: # root. - www.PROJECTNAME.com + # Enable to force Keter to redirect to https + # Can be added to any stanza + requires-secure: false + # Static files. - type: static-files hosts: