pleroma/installation
Mark Felder cc3a83a730 Fix nginx caching issues
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.
2019-01-10 21:29:05 +00:00
..
init.d Add an OpenRC service 2018-08-23 19:34:11 +03:00
netbsd/rc.d Simplify the NetBSD rc script. 2018-12-16 13:15:37 +00:00
openbsd Update/add OpenBSD config files 2018-12-15 14:00:00 -08:00
caddyfile-pleroma.example example configs: kill STS/CT headers 2018-11-11 06:56:46 +00:00
pleroma-apache.conf example configs: kill STS/CT headers 2018-11-11 06:56:46 +00:00
pleroma.nginx Fix nginx caching issues 2019-01-10 21:29:05 +00:00
pleroma.service Security/Drops the sysadmin privilege from the daemon 2018-12-28 21:09:48 +01:00
pleroma.vcl example configs: kill STS/CT headers 2018-11-11 06:56:46 +00:00