# Copyright (c) 2018 - (d)oekia LGPL # # OVH SSL Gateway is the HTTPS end-point. # However the implementation is miss-configured. # Try to fix that. # WARNING: Check that your certificat is fully operational prior doing such change. # It forces the setting as if everything is OK and can lead to even more confusion. # Always mention you have implemented such settings to your technical operators RequestHeader set X-Forwarded-Proto "https" early