Modifications : etc/sv/openerp7_burette/local.sh - +burette
[lhc/ateliers.git] / etc / nginx / site.d / lhc-stats-tls / local.conf
index 49e2987..6905300 100644 (file)
@@ -9,14 +9,14 @@ location = /index.php {
        add_header X-Piwik-Cache $upstream_cache_status;
        expires epoch;
        fastcgi_cache microcache;
-       fastcgi_cache_bypass $no_cache;
+       fastcgi_cache_bypass $lhc_stats_no_cache;
        fastcgi_cache_use_stale error timeout invalid_header updating http_500;
        fastcgi_cache_valid 200 301 5m;
        fastcgi_cache_valid 302 3m;
        fastcgi_cache_valid 404 1m;
        fastcgi_ignore_headers Cache-Control Expires;
        fastcgi_index index.php;
-       fastcgi_no_cache $no_cache;
+       fastcgi_no_cache $lhc_stats_no_cache;
        fastcgi_param REDIRECT_STATUS 200;
        
        fastcgi_pass php_fpm_lhc_stats;