diff options
author | default <nobody@localhost> | 2024-04-14 13:05:50 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-14 13:05:50 +0200 |
commit | ad4199de75277c71b121973d9aef8176cb28fea3 (patch) | |
tree | 5b778faa90b180f9c5e717f4b7c6cf01be0095e6 | |
parent | dba063066025d8feed0e18dde91037c9bb503d53 (diff) | |
parent | b150bfe5caed8ce3a07059ef53fce0dfb1c8eda6 (diff) |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
-rw-r--r-- | httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -388,6 +388,7 @@ void httpd_connection(FILE *f) body, xs_dict_get(srv_config, "host")); headers = xs_dict_append(headers, "WWW-Authenticate", www_auth); + headers = xs_dict_append(headers, "Cache-Control", "no-cache, must-revalidate, max-age=0"); } if (ctype == NULL) |