From 91a97e37cba981fd4ba1355954a25d9b7eb069c3 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 14 May 2017 10:40:15 -0500 Subject: [PATCH] Fix #3051: disable S3 proxy by default. --- config/danbooru_default_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index 904152d77..5e5d4be8e 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -430,7 +430,7 @@ module Danbooru # enable s3-nginx proxy caching def use_s3_proxy?(post) - post.id < 10_000 + false end # include essential tags in image urls (requires nginx/apache rewrites)