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