Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
(mint@ryona.agency)'s status on Tuesday, 30-Jul-2024 02:13:19 JST @p @meowski @lain Now I'm thinking, this could improve performance by a little bit if pleroma keeps fetching signed fetch actors even when their enforcement is disabled.
location /objects {
proxy_set_header Signature "";
proxy_pass http://pleromer;
}