mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
This commit is contained in:
commit
ad4199de75
1 changed files with 1 additions and 0 deletions
1
httpd.c
1
httpd.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue