From e612f84687af639b175710b7bc7711dea7b46676 Mon Sep 17 00:00:00 2001 From: kosenka Date: Tue, 8 Apr 2025 14:23:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20hestiacp=5Finstall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hestiacp_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hestiacp_install b/hestiacp_install index 405991e..63f5bce 100644 --- a/hestiacp_install +++ b/hestiacp_install @@ -135,7 +135,7 @@ return [ # touch /home/admin/conf/web/$DOMAIN/nginx.ssl.conf_my # mcedit /home/admin/conf/web/$DOMAIN/nginx.ssl.conf_my -location ~* ^.+\.(pdf|doc|docx|xls|xlsx|ppt|pptx)$ { +location ~* ^.+\.(odt|pdf|doc|docx|xls|xlsx|ppt|pptx)$ { proxy_pass https://$IP_ADDRESS:8443; add_header Last-Modified ""; add_header Cache-Control 'no-store, no-cache';