fix(mastodon): use working unix sockets for streaming api #98

Merged
b12f merged 2 commits from fix/mastodon-streaming-api into main 2024-01-18 15:08:25 +00:00
Showing only changes of commit ffdf55993f - Show all commits

View file

@ -20,8 +20,8 @@ in {
recommendedProxySettings = true;
recommendedTlsSettings = true;
appendHttpConfig = ''
# https://nginx.org/en/docs/hash.html
proxy_headers_hash_max_size 1024;
# https://my.f5.com/manage/s/article/K51798430
proxy_headers_hash_bucket_size 128;
'';
};