From 997a574959bda4a6d89a6fd09df4033d1a322c7c Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Apr 2014 03:24:20 +0300 Subject: [PATCH] protection for rrd dir --- src/rpm/conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpm/conf/nginx.conf b/src/rpm/conf/nginx.conf index 164302e5..7a3d2fd0 100644 --- a/src/rpm/conf/nginx.conf +++ b/src/rpm/conf/nginx.conf @@ -104,6 +104,7 @@ http { location /rrd/ { expires off; + internal; } location /backup/ {