diff options
Diffstat (limited to '')
| -rw-r--r-- | httpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -388,6 +388,7 @@ void httpd_connection(FILE *f) | |||
| 388 | body, xs_dict_get(srv_config, "host")); | 388 | body, xs_dict_get(srv_config, "host")); |
| 389 | 389 | ||
| 390 | headers = xs_dict_append(headers, "WWW-Authenticate", www_auth); | 390 | headers = xs_dict_append(headers, "WWW-Authenticate", www_auth); |
| 391 | headers = xs_dict_append(headers, "Cache-Control", "no-cache, must-revalidate, max-age=0"); | ||
| 391 | } | 392 | } |
| 392 | 393 | ||
| 393 | if (ctype == NULL) | 394 | if (ctype == NULL) |