Hi Apologies if I've missed this in the docs but I need a bit of steer with using https and pyramid. Thinking of using nginx as a proxy as per the docs deployment example and want to know if the recommended approach is to use rewrite rules at the proxy level to switch to https or should this be done in pyramid. If the latter, then how is this achieved?
E.g. if a user requests http://mysite//login and this needs to go over https, how can this be switched/redirected to https://mysite//login in pyramid? Thanks Guy -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.