From ffb08e5e018d4182b7b1ea6c4c1ae9fcf466574d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 16 Nov 2020 00:43:10 +0900 Subject: [PATCH] Fix nginx.conf reverse proxy cache URL path for sponsor images --- production/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/nginx.conf b/production/nginx.conf index b4ec96d28..ae290bc62 100644 --- a/production/nginx.conf +++ b/production/nginx.conf @@ -133,7 +133,7 @@ http { location = /api/ { try_files $uri $uri/ /index.html =404; } - location /api/v1/donations { + location /api/v1/donations/images { # don't rate limit this URL prefix proxy_pass http://127.0.0.1:8999; proxy_cache cache;