Skip to content
Snippets Groups Projects
  1. Dec 30, 2020
  2. Dec 09, 2020
  3. Nov 23, 2020
    • Daniele Sluijters's avatar
      INSTALL: Fix setting content-type on well-known (#8793) · 8ca120df
      Daniele Sluijters authored
      
      When using `add_header` nginx will literally add a header. If a
      `content-type` header is already configured (for example through a
      server wide default), this means we end up with 2 content-type headers,
      like so:
      
      ```
      content-type: text/html
      content-type: application/json
      access-control-allow-origin: *
      ```
      
      That doesn't make sense. Instead, we want the content type of that
      block to only be `application/json` which we can achieve using
      `default_type` instead.
      
      Signed-off-by: default avatarDaniele Sluijters <daenney@users.noreply.github.com>
      8ca120df
  4. Oct 27, 2020
  5. Sep 03, 2020
  6. Sep 01, 2020
  7. Jul 29, 2020
  8. Jul 14, 2020
  9. Jul 08, 2020
  10. May 30, 2020
  11. Mar 30, 2020
  12. Mar 27, 2020
  13. Mar 25, 2020
  14. Mar 23, 2020
  15. Mar 17, 2020
  16. Feb 29, 2020
  17. Feb 21, 2020
  18. Feb 13, 2020
  19. Jan 09, 2020
  20. Dec 02, 2019
  21. Nov 20, 2019
  22. Nov 07, 2019
  23. Oct 30, 2019
  24. Sep 19, 2019
  25. Sep 17, 2019
  26. Sep 02, 2019
  27. Aug 08, 2019
  28. Jun 26, 2019
  29. Jun 11, 2019
  30. Jun 06, 2019
  31. May 17, 2019
  32. May 09, 2019
  33. Apr 22, 2019
  34. Apr 17, 2019
  35. Apr 16, 2019
  36. Apr 01, 2019
  37. Mar 13, 2019
Loading