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';