We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MastodonのリンクプレビューがDDoS的であると話題になっている(?)
https://gigazine.net/news/20240502-mastodon-share-link-problem/
mastodon/mastodon#23662
summaly proxyをキャッシュサーバーとして捉えればこのような挙動は低減できるが、現状はそのような機能を正式にはサポートしていない (nginxを前段に抱えれば可能だが)
The text was updated successfully, but these errors were encountered:
Cache-Controlさえ付けとけばリバースプロキシやCDNでキャッシュするくらい簡単なのでそれでいいかもだわ。 てゆうかFastifyにする前にはちゃんとCache-Control吐いてたんだけど…
Sorry, something went wrong.
No branches or pull requests
MastodonのリンクプレビューがDDoS的であると話題になっている(?)
https://gigazine.net/news/20240502-mastodon-share-link-problem/
mastodon/mastodon#23662
summaly proxyをキャッシュサーバーとして捉えればこのような挙動は低減できるが、現状はそのような機能を正式にはサポートしていない (nginxを前段に抱えれば可能だが)
(summalyサーバーの実装がリッチになる副作用があるため、ファイルを分割するなどコードをそれに適したものに変えるべき)
The text was updated successfully, but these errors were encountered: