Browse Source

protection for rrd dir

Serghey Rodin 12 years ago
parent
commit
997a574959
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/rpm/conf/nginx.conf

+ 1 - 0
src/rpm/conf/nginx.conf

@@ -104,6 +104,7 @@ http {
 
         location /rrd/ {
             expires off;
+            internal;
         }
 
         location /backup/ {