1. 15 Mar, 2017 2 commits
    • Terence Lee's avatar
      handle proxy redirects even if the scheme doesn't match · 7ff0ea22
      Terence Lee authored
      Normally, when receiving a Location header, nginx will rewrite it to
      reference a URL if it matches the proxy_pass. This breaks when the
      scheme changes, since proxy_pass can have a scheme. For instance, if you
      have a proxy: "https://www.foo.com", but the Location on a redirect from
      that site returns "http://www.foo.com" nginx won't rewrite the URL. This
      fixes it by specifying the redirect for both http and https.
      7ff0ea22
    • Terence Lee's avatar
      Merge pull request #47 from AppCamps/master · a2e3a022
      Terence Lee authored
      proxy_ssl_server_name on on fallback proxy
      a2e3a022
  2. 09 Jan, 2017 1 commit
  3. 06 Dec, 2016 1 commit
  4. 06 Oct, 2016 1 commit
  5. 23 Sep, 2016 1 commit
  6. 24 Aug, 2016 1 commit
  7. 14 Jul, 2016 9 commits
  8. 13 Jul, 2016 3 commits
  9. 10 Jun, 2016 3 commits
  10. 29 Mar, 2016 1 commit
  11. 24 Mar, 2016 2 commits
  12. 22 Mar, 2016 1 commit
  13. 21 Mar, 2016 5 commits
  14. 19 Feb, 2016 1 commit
  15. 10 Feb, 2016 1 commit
  16. 09 Feb, 2016 2 commits
  17. 18 Jan, 2016 2 commits
  18. 02 Dec, 2015 3 commits