From dc8eb6d73717057ca4a3e947454fafe1ab43a25a Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 24 Sep 2014 16:51:14 +1000 Subject: [PATCH] FIX: backups not using x accl redirect --- config/nginx.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index bda6022ca..204451064 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -114,7 +114,7 @@ server { break; } - location ~ ^/backups/ { + location ~ ^/admin/backups/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;