Skip to content
Snippets Groups Projects
  1. May 09, 2020
  2. Mar 15, 2020
  3. Mar 03, 2020
  4. Sep 27, 2019
  5. Sep 20, 2019
  6. Aug 30, 2019
  7. Jun 23, 2019
  8. Jun 22, 2019
  9. Jun 21, 2019
  10. May 31, 2019
  11. May 28, 2019
  12. May 23, 2019
  13. Apr 16, 2019
  14. Apr 12, 2019
  15. Mar 31, 2019
  16. Feb 26, 2019
  17. Feb 22, 2019
  18. Feb 10, 2019
  19. Feb 09, 2019
  20. Jan 28, 2019
  21. Jan 17, 2019
  22. Jan 10, 2019
    • feld's avatar
      Fix nginx caching issues · cc3a83a7
      feld authored
      Nginx is currently not caching data because proxy_buffering needs to be
      enabled for caching to work at all, and we are receiving a Cache-Control
      header from Pleroma that states "max-age=0, private, must-revalidate"
      
      Even disregarding the Cache-Control header that should actually be set
      to "public, max-age=1209600" as defined in the reverse_proxy code, we
      don't want to obey this header at all as it overrides our Nginx caching
      rules.
      cc3a83a7
    • feld's avatar
      Consistent intentation · efaa41fa
      feld authored
      efaa41fa
    • feld's avatar
      Cache partial objects for 10 minutes · fda942c3
      feld authored
      This enables caching/streaming of chunked responses
      fda942c3
    • feld's avatar
      Streaming is enabled by default · ce224ba5
      feld authored
      Support more filetypes for caching static media
      ce224ba5
  23. Dec 28, 2018
  24. Dec 16, 2018
  25. Dec 15, 2018
  26. Dec 14, 2018
  27. Dec 12, 2018
  28. Nov 30, 2018
  29. Nov 12, 2018
  30. Nov 11, 2018
Loading