Skip to content

Commit

Permalink
Update onlyoffice-proxy.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Apr 9, 2024
1 parent db3b4df commit 490d719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/config/nginx/onlyoffice-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proxy_cache_path /var/cache/openresty levels=1:2 keys_zone=cache_proxy:10m max_s

map $upstream_http_cache_control $cache_condition {
~*max-age=0|~*s-maxage=0 1;
~*private|~*no-store 1;
~*private|~*no-store 0;
~*max-age=(\d+)|~*s-maxage=(\d+) 0;
~*immutable 0;
default 1;
Expand Down

0 comments on commit 490d719

Please sign in to comment.