[z3-checkins] r52173 - z3/deliverance/DeliveranceVHoster/trunk

rafrombrc at codespeak.net rafrombrc at codespeak.net
Tue Mar 4 22:14:31 CET 2008


Author: rafrombrc
Date: Tue Mar  4 22:14:30 2008
New Revision: 52173

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
Log:
add SSL configuration warning to the force_ssl comment


Modified: z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	Tue Mar  4 22:14:30 2008
@@ -38,6 +38,9 @@
 set debug = false
 
 # Force certain URLs to use SSL, or not (via build.ini's sslonly setting)
+# WARNING: If this is set to true, you MUST have SSL correctly configured
+# for this host, and all SSL requests MUST set X-Forwarded-Scheme header
+# to 'https' and X-Forwarded-Port header to '443'.
 #force_ssl = True
 
 logger = {{env.var}}/logs/deliverance/dvhoster.log


More information about the z3-checkins mailing list