Skip to content
Snippets Groups Projects
  1. Oct 26, 2015
    • Imre Jonk's avatar
      Set URLs to https if HTTP X-Forwarded-Proto=https · 7ba352f0
      Imre Jonk authored
      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).
      7ba352f0
  2. Oct 22, 2015
  3. Oct 13, 2015
  4. Oct 12, 2015
  5. Oct 08, 2015
  6. Oct 05, 2015
  7. Sep 24, 2015
  8. Sep 23, 2015
  9. Sep 22, 2015
Loading