date.chapril.org-framadate/app
Imre Jonk 7ba352f0e5 Set URLs to https if HTTP X-Forwarded-Proto=https
This line changes all URLs to https URLs if the Framadate installation
is behind a reverse proxy, and the reverse proxy adds the
X-Forwarded-Proto header with the 'https' value. Configuration for
nginx:

proxy_set_header X-Forwarded-Proto https;

This setup is currently used by the Framadate installation of
Bits of Freedom (https://kies.bof.nl).
2015-10-26 15:02:02 +01:00
..
classes/Framadate Set URLs to https if HTTP X-Forwarded-Proto=https 2015-10-26 15:02:02 +01:00
inc Merge branch 'master' into develop 2015-10-12 23:46:02 +02:00
tests Write log when send a mail 2015-05-29 17:41:50 +02:00