Merge stable 2023.03 #6

Merged
fedward merged 52 commits from AkkomaGang/akkoma:stable into stable 2023-03-11 18:29:39 +00:00
Showing only changes of commit 531a550184 - Show all commits

View file

@ -23,7 +23,8 @@ as soon as the post is received by your instance.
proxy_buffering on;
chunked_transfer_encoding on;
proxy_ignore_headers Cache-Control Expires;
proxy_hide_header Cache-Control Expires;
proxy_hide_header Cache-Control;
proxy_hide_header Expires;
proxy_pass http://127.0.0.1:4000;
}
```