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