From dc0991f646a00d542887ade6c2795fb48595a5c8 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 22 Mar 2013 01:09:04 +0200 Subject: [PATCH] New tip for mod_zip + SSL --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 557a3a5..60c0fd5 100644 --- a/README.markdown +++ b/README.markdown @@ -89,4 +89,8 @@ use the headers_more module: http://wiki.nginx.org/NginxHttpHeadersMoreModule Tip 4: Using mod_zip with SSL will not work if the backend response has a Set-Cookie header. Wipe it with the headers_more module (see tip 3). +Tip 5: Using mod_zip with SSL may stuck sometimes (or even always reproduce on +same files list), you can create extra proxy server in nginx configs that +will remove X-Archive-Files header (see tip 3). + Questions/patches may be directed to Evan Miller, emmiller@gmail.com.