1
0

Обновить hestiacp_install

This commit is contained in:
kosenka 2025-04-08 14:23:24 +03:00
parent 9f8722c75e
commit e612f84687

View File

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