Skip to content
Snippets Groups Projects
  1. Mar 29, 2021
  2. Mar 25, 2021
  3. Feb 05, 2021
  4. Jan 15, 2021
  5. Jan 11, 2021
  6. Dec 30, 2020
  7. Dec 09, 2020
  8. 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
  9. Oct 27, 2020
  10. Sep 03, 2020
  11. Sep 01, 2020
  12. Jul 29, 2020
  13. Jul 14, 2020
  14. Jul 08, 2020
  15. May 30, 2020
  16. Mar 30, 2020
  17. Mar 27, 2020
  18. Mar 25, 2020
  19. Mar 23, 2020
  20. Mar 17, 2020
  21. Feb 29, 2020
  22. Feb 21, 2020
  23. Feb 13, 2020
  24. Jan 09, 2020
  25. Dec 02, 2019
  26. Nov 20, 2019
  27. Nov 07, 2019
  28. Oct 30, 2019
  29. Sep 19, 2019
  30. Sep 17, 2019
  31. Sep 02, 2019
  32. Aug 08, 2019
  33. Jun 26, 2019
  34. Jun 11, 2019
  35. Jun 06, 2019
  36. May 17, 2019
  37. May 09, 2019
Loading