Changes between Version 1 and Version 2 of Ticket #2540


Ignore:
Timestamp:
08/30/23 13:02:48 (8 months ago)
Author:
p4rancesc0@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2540 – Description

    v1 v2  
    208208}}}
    209209
     210Then in the correction location we include this one:
     211
     212
     213{{{
     214set $cache cache-live;
     215proxy_cache_valid 400 401 403 405 2s;
     216proxy_cache_valid 404 412 500 501 502 503 504 505 509 0s;
     217proxy_cache_valid any 5m;
     218open_file_cache_valid   10m; #LIVE
     219open_file_cache         max=200000 inactive=5m; #LIVE
     220gzip              off;
     221}}}
     222
     223
    210224
    211225Best Regards