Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-23 | Remove sudo in the nginx config command example | rinpatch | |
2019-06-22 | Fix the webroot method in the nginx config | rinpatch | |
2019-06-21 | Fix nginx webroot method config | rinpatch | |
2019-05-31 | Sample Mongoose IM config. | feld | |
Change domain, ensure paths to PEM files are correct, and this is good to go. | |||
2019-05-28 | Improve Varnish config. We set sane headers from the backend now. | feld | |
2019-05-23 | explicitly set reverse proxy upstream to IPv4 | Alfie Pates | |
since Pleroma.Web.Endpoint binds on IPv4 only and `localhost.` resolves to [::0] on some systems fixes #930. | |||
2019-05-01 | Merge branch 'features/download-mastofe-build' into 'develop' | lambda | |
installation/download-mastofe-build.sh: Add mastofe CI-artifacts download See merge request pleroma/pleroma!1052 | |||
2019-04-16 | Add supervisord configuration | Dominik V. Salonen | |
2019-04-12 | Merge branch 'ssl_trusted_cert' into 'develop' | lambda | |
ssl_trusted_certificate should point to chain.pem if we're demonstrating... See merge request pleroma/pleroma!996 | |||
2019-04-12 | installation/download-mastofe-build.sh: Add copyright header | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-04-12 | installation/download-mastofe-build.sh: Add mastofe CI-artifacts download | Haelwenn (lanodan) Monnier | |
[ci skip] | |||
2019-03-31 | ssl_trusted_certificate should point to chain.pem if we're demonstrating ↵ | Horsemans | |
LetsEncrypt: https://community.letsencrypt.org/t/howto-ocsp-stapling-for-nginx/13611/5 | |||
2019-02-26 | need to put back ipv4 listen instruct | Kenneth Zhao | |
2019-02-25 | Add ipv6 handling to pleroma.nginx | PEA | |
Replaces `listen 80` with `listen [::]:80`, same with 443 | |||
2019-02-23 | apache config: add instructions for mediaproxy. | faried nawaz | |
2019-02-10 | Update service files of OpenRC and systemd to new recommended paths | shibayashi | |
2019-02-09 | Recommend the acme-challenge path that is used in the installation guides | shibayashi | |
2019-02-09 | Add /media to Caddy cache | shibayashi | |
2019-01-28 | Update the openrc service's retry with the correct format | vaartis | |
2019-01-17 | Add comments and change default path of the Mix binary. | shibayashi | |
2019-01-14 | Merge branch 'fix-nginx-caching' into 'develop' | kaniini | |
Fix nginx caching issues See merge request pleroma/pleroma!654 | |||
2019-01-10 | Fix nginx caching issues | Mark Felder | |
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 | Consistent intentation | Mark Felder | |
2019-01-10 | Cache partial objects for 10 minutes | Mark Felder | |
This enables caching/streaming of chunked responses | |||
2019-01-10 | Streaming is enabled by default | Mark Felder | |
Support more filetypes for caching static media | |||
2018-12-28 | Merge branch 'systemd-drop-sysadmin-privilege' into 'develop' | kaniini | |
Security/Drops the sysadmin privilege from the daemon See merge request pleroma/pleroma!604 | |||
2018-12-28 | Security/Drops the sysadmin privilege from the daemon | shibayashi | |
2018-12-16 | Simplify the NetBSD rc script. | scarlett | |
2018-12-16 | Add an rc.d script for NetBSD. | scarlett | |
2018-12-15 | Update/add OpenBSD config files | nonlinear | |
2018-12-14 | Added init file for OpenBSD | nonlinear | |
2018-12-12 | proxy buffering still needs to be off | Mark Felder | |
2018-12-12 | Update proxy config to improve behavior and allow compatibility with Safari ↵ | Mark Felder | |
on MacOS and iOS | |||
2018-11-30 | reverse_proxy: more headers | href | |
2018-11-13 | Merge branch 'add-MIX_ENV-to-systemd-example' into 'develop' | lambda | |
Add MIX_ENV=prod to systemd example file See merge request pleroma/pleroma!445 | |||
2018-11-12 | Add MIX_ENV=prod | shibayashi | |
2018-11-11 | example configs: kill STS/CT headers | William Pitcock | |
2018-11-11 | example configs: remove obsolete CSP configuration | William Pitcock | |
2018-11-11 | nginx example config: remove CORS headers, now managed by CORSPlug. | William Pitcock | |
2018-11-06 | Merge branch 'patch-2' into 'develop' | kaniini | |
Remove Access-Control-Allow-Origin in pleroma.nginx See merge request pleroma/pleroma!424 | |||
2018-11-05 | Remove Access-Control-Allow-Origin | Hakaba Hitoyo | |
2018-11-04 | Use example.tld so a single search and replace works | shibayashi | |
2018-11-03 | Update instructions | shibayashi | |
2018-11-03 | Use the same example domain in all config examples | shibayashi | |
2018-11-03 | Use the server name as variable | shibayashi | |
2018-10-25 | Add a little bit more detail in the comments. | shibayashi | |
2018-10-25 | Add some security related directives to the systemd service example | shibayashi | |
2018-09-28 | Relax form-action content security policy | barrucadu | |
'self' only allows forms submitted to the same origin, which breaks the "remote follow" form. To allow remote following, we want to allow forms to be submitted to any host. | |||
2018-09-03 | installation/pleroma-apache.conf: OCSP stapling needs to be outside of the ↵ | shibayashi | |
virtualhost directive | |||
2018-08-30 | Add frame-ancestors 'none' to all configs | shibayashi | |