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
Original report by Haw Loeung (Bitbucket: hloeung, GitHub: hloeung).
SKS currently replies to requests with the following headers:
| Cache-Control: no-cache | Pragma: no-cache | Expires: 0
Can we make that configurable? An option to disable?
Our current set up has a reverse caching proxy in front of SKS to reduce load.
The text was updated successfully, but these errors were encountered:
Original comment by Haw Loeung (Bitbucket: hloeung, GitHub: hloeung).
https://bitbucket.org/skskeyserver/sks-keyserver/src/0106ba2f6abc8ee2f685026d3f218730114a60fa/wserver.ml?at=default&fileviewer=file-view-default#wserver.ml-296
Sorry, something went wrong.
No branches or pull requests
Original report by Haw Loeung (Bitbucket: hloeung, GitHub: hloeung).
SKS currently replies to requests with the following headers:
| Cache-Control: no-cache
| Pragma: no-cache
| Expires: 0
Can we make that configurable? An option to disable?
Our current set up has a reverse caching proxy in front of SKS to reduce load.
The text was updated successfully, but these errors were encountered: