Changes between Version 2 and Version 3 of Ticket #2540


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2540 – Description

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