summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/http.c b/main/http.c
index 27ae40711..934eaf011 100644
--- a/main/http.c
+++ b/main/http.c
@@ -213,7 +213,7 @@ static struct ast_str *static_callback(struct ast_tcptls_session_instance *ser,
"Server: Asterisk/%s\r\n"
"Date: %s\r\n"
"Connection: close\r\n"
- "Cache-Control: no-cache, no-store\r\n"
+ "Cache-Control: private\r\n"
"Content-Length: %d\r\n"
"Content-type: %s\r\n\r\n",
ast_get_version(), buf, (int) st.st_size, mtype);